Html Css Color HEX #24A57F Jungle Green

📋 copy color: '#24A57F'

red 36 ◦ green 165 ◦ blue 127

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

Shades of Jungle Green #24A57F

Tints of Jungle Green #24A57F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.3%

 BLUE value IS 127 (50% from 255) = 38.72%

R = 10.98%
G = 50.3%
B = 38.72%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#24A57F (or 0x24A57F) is known color: Jungle Green. HEX triplet: 24, A5 and 7F. RGB value is (36,165,127). Sum of RGB (Red+Green+Blue) = 36+165+127=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 165 (64.84% from 255 or 50.30% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 165 - color contains mainly: green. Hex color #24A57F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24A57F is #DB5A80. Grayscale: #7A7A7A. Windows color (decimal): -14375553 or 8365348. OLE color: 8365348.

HSL color Cylindrical-coordinate representation of color #24A57F: hue angle of 162.33º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24A57F is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 36 165 127 -
CMYK 0.78 0 0.23 0.35
HSL 162.33º 0.64% 0.39% -
HSV(B) 162.33º 0.78% 0.65% -
XYZ 18.01 28.82 24.69 -
YUV 122.1 130.76 66.59 -
System Red Green Blue C M Y K H S L
Decimal 36 165 127 0.78 0 0.23 0.35 162.33 0.64 0.39
Hex 24 A5 7F 4E 0 17 23 A2 40 27
Octal 44 245 177 116 0 27 43 242 100 47
Binary 100100 10100101 1111111 1001110 0 10111 100011 10100010 1000000 100111

Color Harmonies of #24A57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24A57F

Black with #24A57F

Text Example


Text Example

White with #24A57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,165,127); }

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

background-color css

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

 a { background-color: rgb(36,165,127); }

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

border-color css

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

 span { border-color: rgb(36,165,127); }

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