Html Css Color HEX #24997E Jungle Green

📋 copy color: '#24997E'

red 36 ◦ green 153 ◦ blue 126

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

Shades of Jungle Green #24997E

Tints of Jungle Green #24997E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40%

R = 11.43%
G = 48.57%
B = 40%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#24997E (or 0x24997E) is known color: Jungle Green. HEX triplet: 24, 99 and 7E. RGB value is (36,153,126). Sum of RGB (Red+Green+Blue) = 36+153+126=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #24997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24997E is #DB6681. Grayscale: #727272. Windows color (decimal): -14378626 or 8296740. OLE color: 8296740.

HSL color Cylindrical-coordinate representation of color #24997E: hue angle of 166.15º 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 #24997E is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 36 153 126 -
CMYK 0.76 0 0.18 0.4
HSL 166.15º 0.62% 0.37% -
HSV(B) 166.15º 0.76% 0.6% -
XYZ 15.88 24.66 23.66 -
YUV 114.94 134.24 71.7 -
System Red Green Blue C M Y K H S L
Decimal 36 153 126 0.76 0 0.18 0.4 166.15 0.62 0.37
Hex 24 99 7E 4C 0 12 28 A6 3E 25
Octal 44 231 176 114 0 22 50 246 76 45
Binary 100100 10011001 1111110 1001100 0 10010 101000 10100110 111110 100101

Color Harmonies of #24997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24997E

Black with #24997E

Text Example


Text Example

White with #24997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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