#24AA80

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

Shades of Jungle Green #24AA80

Tints of Jungle Green #24AA80

Color information

#24AA80 (or 0x24AA80) is unknown color: approx Jungle Green. HEX triplet: 24, AA and 80. RGB value is (36,170,128). Sum of RGB (Red+Green+Blue) = 36+170+128=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #24AA80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AA80 is #DB557F. Grayscale: #7D7D7D. Windows color (decimal): -14374272 or 8432164. OLE color: 8432164.

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

Color convert

RGB36170128-
CMYK0.7900.250.33
HSL161.19º65.05%40.39%-
HSV(B)161.19º78.82%66.67%-
XYZ1930.6825.34-
YUV125.15129.6164.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.78%
GREEN value IS 170 (66.80% from 255) = 50.90%
BLUE value IS 128 (50.39% from 255) = 38.32%
R=10.78%
G=50.90%
B=38.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361701280.7900.250.33161.1965.0540.39
Hex24AA804F01921a14128
Octal442522001170314124110150
Binary10010010101010100000001001111011001100001101000011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24AA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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