#24A870

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

Shades of Jungle Green #24A870

Tints of Jungle Green #24A870

Color information

#24A870 (or 0x24A870) is unknown color: approx Jungle Green. HEX triplet: 24, A8 and 70. RGB value is (36,168,112). Sum of RGB (Red+Green+Blue) = 36+168+112=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 168 (66.02% from 255 or 53.16% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 168 - color contains mainly: green. Hex color #24A870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24A870 is #DB578F. Grayscale: #7A7A7A. Windows color (decimal): -14374800 or 7383076. OLE color: 7383076.

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

Color convert

RGB36168112-
CMYK0.7900.330.34
HSL154.55º64.71%40%-
HSV(B)154.55º78.57%65.88%-
XYZ17.6529.5520.1-
YUV122.15122.2766.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.39%
GREEN value IS 168 (66.02% from 255) = 53.16%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=11.39%
G=53.16%
B=35.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal361681120.7900.330.34154.5564.7140
Hex24A8704F021229b4128
Octal442501601170414223310150
Binary10010010101000111000010011110100001100010100110111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,168,112); }

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

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

 a { background-color: rgb(36,168,112); }

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

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

 span { border-color: rgb(36,168,112); }

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