#24AA85

Color #24AA85 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #24AA85

Tints of Jungle Green #24AA85

Color information

#24AA85 (or 0x24AA85) is unknown color: approx Jungle Green. HEX triplet: 24, AA and 85. RGB value is (36,170,133). Sum of RGB (Red+Green+Blue) = 36+170+133=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #24AA85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AA85 is #DB557A. Grayscale: #7D7D7D. Windows color (decimal): -14374267 or 8759844. OLE color: 8759844.

HSL color Cylindrical-coordinate representation of color #24AA85: hue angle of 163.43º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AA85 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB36170133-
CMYK0.7900.220.33
HSL163.43º65.05%40.39%-
HSV(B)163.43º78.82%66.67%-
XYZ19.3430.8227.12-
YUV125.72132.1164.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 10.62%
GREEN value IS 170 (66.80% from 255) = 50.15%
BLUE value IS 133 (52.34% from 255) = 39.23%
R=10.62%
G=50.15%
B=39.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361701330.7900.220.33163.4365.0540.39
Hex24AA854F01621a34128
Octal442522051170264124310150
Binary10010010101010100001011001111010110100001101000111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24AA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24AA85; }

 p { color: rgb(36,170,133); }

 H1.HeaderClassName
 {
   color: #24AA85;
 }
 .AnyTagClassName
 {
   color: #24AA85;
 }
</style>
background-color css

<style>
 a { background-color: #24AA85; }

 a { background-color: rgb(36,170,133); }

 div.DivClassName
 {
   background-color: #24AA85;
 }
 .BgClassName
 {
   background-color: #24AA85;
 }
</style>
border-color css

<style>
 span { border-color: #24AA85; }

 span { border-color: rgb(36,170,133); }

 td.TdClassName
 {
   border-color: #24AA85;
 }
 .TagClassName
 {
   border-color: #24AA85;
 }
</style>