Html Css Color HEX #24AB80 Jungle Green

📋 copy color: '#24AB80'

red 36 ◦ green 171 ◦ blue 128

#24AB80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #24AB80

Tints of Jungle Green #24AB80

RGB

 RED value IS 36 (14.45% from 255) = 10.75%

 GREEN value IS 171 (67.19% from 255) = 51.04%

 BLUE value IS 128 (50.39% from 255) = 38.21%

R = 10.75%
G = 51.04%
B = 38.21%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#24AB80 (or 0x24AB80) is known color: Jungle Green. HEX triplet: 24, AB and 80. RGB value is (36,171,128). Sum of RGB (Red+Green+Blue) = 36+171+128=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #24AB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AB80 is #DB547F. Grayscale: #7D7D7D. Windows color (decimal): -14374016 or 8432420. OLE color: 8432420.

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

Color convert

RGB 36 171 128 -
CMYK 0.79 0 0.25 0.33
HSL 160.89º 0.65% 0.41% -
HSV(B) 160.89º 0.79% 0.67% -
XYZ 19.19 31.06 25.41 -
YUV 125.73 129.27 64 -
System Red Green Blue C M Y K H S L
Decimal 36 171 128 0.79 0 0.25 0.33 160.89 0.65 0.41
Hex 24 AB 80 4F 0 19 21 A1 41 29
Octal 44 253 200 117 0 31 41 241 101 51
Binary 100100 10101011 10000000 1001111 0 11001 100001 10100001 1000001 101001

Color Harmonies of #24AB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24AB80

Black with #24AB80

Text Example


Text Example

White with #24AB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24AB80;
 }
 .AnyTagClassName
 {
   color: #24AB80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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