Html Css Color HEX #24AB70 Jungle Green

📋 copy color: '#24AB70'

red 36 ◦ green 171 ◦ blue 112

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

Shades of Jungle Green #24AB70

Tints of Jungle Green #24AB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 11.29%
G = 53.61%
B = 35.11%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#24AB70 (or 0x24AB70) is known color: Jungle Green. HEX triplet: 24, AB and 70. RGB value is (36,171,112). Sum of RGB (Red+Green+Blue) = 36+171+112=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #24AB70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24AB70 is #DB548F. Grayscale: #7C7C7C. Windows color (decimal): -14374032 or 7383844. OLE color: 7383844.

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

Color convert

RGB 36 171 112 -
CMYK 0.79 0 0.35 0.33
HSL 153.78º 0.65% 0.41% -
HSV(B) 153.78º 0.79% 0.67% -
XYZ 18.22 30.67 20.29 -
YUV 123.91 121.27 65.3 -
System Red Green Blue C M Y K H S L
Decimal 36 171 112 0.79 0 0.35 0.33 153.78 0.65 0.41
Hex 24 AB 70 4F 0 23 21 9A 41 29
Octal 44 253 160 117 0 43 41 232 101 51
Binary 100100 10101011 1110000 1001111 0 100011 100001 10011010 1000001 101001

Color Harmonies of #24AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24AB70

Black with #24AB70

Text Example


Text Example

White with #24AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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