#24AF86

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

Shades of Jungle Green #24AF86

Tints of Jungle Green #24AF86

Color information

#24AF86 (or 0x24AF86) is unknown color: approx Jungle Green. HEX triplet: 24, AF and 86. RGB value is (36,175,134). Sum of RGB (Red+Green+Blue) = 36+175+134=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #24AF86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AF86 is #DB5079. Grayscale: #808080. Windows color (decimal): -14372986 or 8826660. OLE color: 8826660.

HSL color Cylindrical-coordinate representation of color #24AF86: hue angle of 162.3º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AF86 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB36175134-
CMYK0.7900.230.31
HSL162.3º65.88%41.37%-
HSV(B)162.3º79.43%68.63%-
XYZ20.3632.7627.8-
YUV128.76130.9561.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.43%
GREEN value IS 175 (68.75% from 255) = 50.72%
BLUE value IS 134 (52.73% from 255) = 38.84%
R=10.43%
G=50.72%
B=38.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal361751340.7900.230.31162.365.8841.37
Hex24AF864F0171Fa24229
Octal442572061170273724210251
Binary1001001010111110000110100111101011111111101000101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24AF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,175,134); }

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

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

 a { background-color: rgb(36,175,134); }

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

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

 span { border-color: rgb(36,175,134); }

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