#24A47A

Color #24A47A Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #24A47A

Tints of Jungle Green #24A47A

Color information

#24A47A (or 0x24A47A) is unknown color: approx Jungle Green. HEX triplet: 24, A4 and 7A. RGB value is (36,164,122). Sum of RGB (Red+Green+Blue) = 36+164+122=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #24A47A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24A47A is #DB5B85. Grayscale: #787878. Windows color (decimal): -14375814 or 8037412. OLE color: 8037412.

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

Color convert

RGB36164122-
CMYK0.7800.260.36
HSL160.31º64%39.22%-
HSV(B)160.31º78.05%64.31%-
XYZ17.5228.3322.96-
YUV120.94128.5967.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.18%
GREEN value IS 164 (64.45% from 255) = 50.93%
BLUE value IS 122 (48.05% from 255) = 37.89%
R=11.18%
G=50.93%
B=37.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal361641220.7800.260.36160.316439.22
Hex24A47A4E01A24a04027
Octal442441721160324424010047
Binary1001001010010011110101001110011010100100101000001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24A47A;
 }
 .AnyTagClassName
 {
   color: #24A47A;
 }
</style>
background-color css

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

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

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

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

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

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