#24a380

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

Shades of Jungle Green #24A380

Tints of Jungle Green #24A380

Color information

#24A380 (or 0x24A380) is unknown color: approx Jungle Green. HEX triplet: 24, A3 and 80. RGB value is (36,163,128). Sum of RGB (Red+Green+Blue) = 36+163+128=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #24A380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A380 is #DB5C7F. Grayscale: #797979. Windows color (decimal): -14376064 or 8430372. OLE color: 8430372.

HSL color Cylindrical-coordinate representation of color #24A380: hue angle of 163.46º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24A380 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB36163128-
CMYK0.7800.210.36
HSL163.46º63.82%39.02%-
HSV(B)163.46º77.91%63.92%-
XYZ17.7228.1324.92-
YUV121.04131.9267.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.01%
GREEN value IS 163 (64.06% from 255) = 49.85%
BLUE value IS 128 (50.39% from 255) = 39.14%
R=11.01%
G=49.85%
B=39.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal361631280.7800.210.36163.4663.8239.02
Hex24A3804E01524a34027
Octal442432001160254424310047
Binary10010010100011100000001001110010101100100101000111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24a380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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