#1EA960

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

Shades of Eucalyptus #1EA960

Tints of Eucalyptus #1EA960

Color information

#1EA960 (or 0x1EA960) is unknown color: approx Eucalyptus. HEX triplet: 1E, A9 and 60. RGB value is (30,169,96). Sum of RGB (Red+Green+Blue) = 30+169+96=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 169 (66.41% from 255 or 57.29% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 169 - color contains mainly: green. Hex color #1EA960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA960 is #E1569F. Grayscale: #777777. Windows color (decimal): -14767776 or 6334750. OLE color: 6334750.

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

Color convert

RGB3016996-
CMYK0.8200.430.34
HSL148.49º69.85%39.02%-
HSV(B)148.49º82.25%66.27%-
XYZ16.8329.515.87-
YUV119.12114.9564.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.17%
GREEN value IS 169 (66.41% from 255) = 57.29%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=10.17%
G=57.29%
B=32.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal30169960.8200.430.34148.4969.8539.02
Hex1EA9605202B22944627
Octal362511401220534222410647
Binary1111010101001110000010100100101011100010100101001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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