#24A060

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

Shades of Eucalyptus #24A060

Tints of Eucalyptus #24A060

Color information

#24A060 (or 0x24A060) is unknown color: approx Eucalyptus. HEX triplet: 24, A0 and 60. RGB value is (36,160,96). Sum of RGB (Red+Green+Blue) = 36+160+96=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 160 (62.89% from 255 or 54.79% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 160 - color contains mainly: green. Hex color #24A060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24A060 is #DB5F9F. Grayscale: #737373. Windows color (decimal): -14376864 or 6332452. OLE color: 6332452.

HSL color Cylindrical-coordinate representation of color #24A060: hue angle of 149.03º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24A060 is Cyan = 0.78, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB3616096-
CMYK0.7800.40.37
HSL149.03º63.27%38.43%-
HSV(B)149.03º77.5%62.75%-
XYZ15.4126.3615.34-
YUV115.63116.9271.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.33%
GREEN value IS 160 (62.89% from 255) = 54.79%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=12.33%
G=54.79%
B=32.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal36160960.7800.40.37149.0363.2738.43
Hex24A0604E02825953f26
Octal44240140116050452257746
Binary1001001010000011000001001110010100010010110010101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,160,96); }

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

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

 a { background-color: rgb(36,160,96); }

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

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

 span { border-color: rgb(36,160,96); }

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