Html Css Color HEX #24AC80 Jungle Green

📋 copy color: '#24AC80'

red 36 ◦ green 172 ◦ blue 128

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

Shades of Jungle Green #24AC80

Tints of Jungle Green #24AC80

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.19%

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

R = 10.71%
G = 51.19%
B = 38.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#24AC80 (or 0x24AC80) is known color: Jungle Green. HEX triplet: 24, AC and 80. RGB value is (36,172,128). Sum of RGB (Red+Green+Blue) = 36+172+128=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #24AC80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AC80 is #DB537F. Grayscale: #7E7E7E. Windows color (decimal): -14373760 or 8432676. OLE color: 8432676.

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

Color convert

RGB 36 172 128 -
CMYK 0.79 0 0.26 0.33
HSL 160.59º 0.65% 0.41% -
HSV(B) 160.59º 0.79% 0.67% -
XYZ 19.38 31.44 25.47 -
YUV 126.32 128.94 63.58 -
System Red Green Blue C M Y K H S L
Decimal 36 172 128 0.79 0 0.26 0.33 160.59 0.65 0.41
Hex 24 AC 80 4F 0 1A 21 A1 41 29
Octal 44 254 200 117 0 32 41 241 101 51
Binary 100100 10101100 10000000 1001111 0 11010 100001 10100001 1000001 101001

Color Harmonies of #24AC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24AC80

Black with #24AC80

Text Example


Text Example

White with #24AC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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