Html Css Color HEX #24997A Jungle Green

📋 copy color: '#24997A'

red 36 ◦ green 153 ◦ blue 122

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

Shades of Jungle Green #24997A

Tints of Jungle Green #24997A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.2%

 BLUE value IS 122 (48.05% from 255) = 39.23%

R = 11.58%
G = 49.2%
B = 39.23%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#24997A (or 0x24997A) is known color: Jungle Green. HEX triplet: 24, 99 and 7A. RGB value is (36,153,122). Sum of RGB (Red+Green+Blue) = 36+153+122=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #24997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24997A is #DB6685. Grayscale: #727272. Windows color (decimal): -14378630 or 8034596. OLE color: 8034596.

HSL color Cylindrical-coordinate representation of color #24997A: hue angle of 164.1º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24997A is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 36 153 122 -
CMYK 0.76 0 0.20 0.4
HSL 164.1º 0.62% 0.37% -
HSV(B) 164.1º 0.76% 0.6% -
XYZ 15.63 24.56 22.33 -
YUV 114.48 132.24 72.02 -
System Red Green Blue C M Y K H S L
Decimal 36 153 122 0.76 0 0.20 0.4 164.1 0.62 0.37
Hex 24 99 7A 4C 0 14 28 A4 3E 25
Octal 44 231 172 114 0 24 50 244 76 45
Binary 100100 10011001 1111010 1001100 0 10100 101000 10100100 111110 100101

Color Harmonies of #24997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24997A

Black with #24997A

Text Example


Text Example

White with #24997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24997A; }

 p { color: rgb(36,153,122); }

 H1.HeaderClassName
 {
   color: #24997A;
 }
 .AnyTagClassName
 {
   color: #24997A;
 }
</style>

background-color css

<style>
 a { background-color: #24997A; }

 a { background-color: rgb(36,153,122); }

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

border-color css

<style>
 span { border-color: #24997A; }

 span { border-color: rgb(36,153,122); }

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