#1EAB5A

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

Shades of Eucalyptus #1EAB5A

Tints of Eucalyptus #1EAB5A

Color information

#1EAB5A (or 0x1EAB5A) is unknown color: approx Eucalyptus. HEX triplet: 1E, AB and 5A. RGB value is (30,171,90). Sum of RGB (Red+Green+Blue) = 30+171+90=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAB5A is #E154A5. Grayscale: #777777. Windows color (decimal): -14767270 or 5942046. OLE color: 5942046.

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

Color convert

RGB3017190-
CMYK0.8200.470.33
HSL145.53º70.15%39.41%-
HSV(B)145.53º82.46%67.06%-
XYZ16.9430.1414.6-
YUV119.61111.2964.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.31%
GREEN value IS 171 (67.19% from 255) = 58.76%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=10.31%
G=58.76%
B=30.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30171900.8200.470.33145.5370.1539.41
Hex1EAB5A5202F21924627
Octal362531321220574122210647
Binary1111010101011101101010100100101111100001100100101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,171,90); }

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

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

 a { background-color: rgb(30,171,90); }

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

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

 span { border-color: rgb(30,171,90); }

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