#24AA74

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

Shades of Jungle Green #24AA74

Tints of Jungle Green #24AA74

Color information

#24AA74 (or 0x24AA74) is unknown color: approx Jungle Green. HEX triplet: 24, AA and 74. RGB value is (36,170,116). Sum of RGB (Red+Green+Blue) = 36+170+116=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #24AA74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24AA74 is #DB558B. Grayscale: #7B7B7B. Windows color (decimal): -14374284 or 7645732. OLE color: 7645732.

HSL color Cylindrical-coordinate representation of color #24AA74: hue angle of 155.82º 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 #24AA74 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB36170116-
CMYK0.7900.320.33
HSL155.82º65.05%40.39%-
HSV(B)155.82º78.82%66.67%-
XYZ18.2530.3921.43-
YUV123.78123.6165.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.18%
GREEN value IS 170 (66.80% from 255) = 52.80%
BLUE value IS 116 (45.70% from 255) = 36.02%
R=11.18%
G=52.80%
B=36.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361701160.7900.320.33155.8265.0540.39
Hex24AA744F020219c4128
Octal442521641170404123410150
Binary10010010101010111010010011110100000100001100111001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24AA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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