#1EAC60

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

Shades of Eucalyptus #1EAC60

Tints of Eucalyptus #1EAC60

Color information

#1EAC60 (or 0x1EAC60) is unknown color: approx Eucalyptus. HEX triplet: 1E, AC and 60. RGB value is (30,172,96). Sum of RGB (Red+Green+Blue) = 30+172+96=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAC60 is #E1539F. Grayscale: #797979. Windows color (decimal): -14767008 or 6335518. OLE color: 6335518.

HSL color Cylindrical-coordinate representation of color #1EAC60: hue angle of 147.89º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAC60 is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB3017296-
CMYK0.8300.440.33
HSL147.89º70.3%39.61%-
HSV(B)147.89º82.56%67.45%-
XYZ17.430.6316.06-
YUV120.88113.9663.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.07%
GREEN value IS 172 (67.58% from 255) = 57.72%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=10.07%
G=57.72%
B=32.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30172960.8300.440.33147.8970.339.61
Hex1EAC605302C21944628
Octal362541401230544122410650
Binary1111010101100110000010100110101100100001100101001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EAC60; }

 p { color: rgb(30,172,96); }

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

<style>
 a { background-color: #1EAC60; }

 a { background-color: rgb(30,172,96); }

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

<style>
 span { border-color: #1EAC60; }

 span { border-color: rgb(30,172,96); }

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