#1EB160

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

Shades of Eucalyptus #1EB160

Tints of Eucalyptus #1EB160

Color information

#1EB160 (or 0x1EB160) is unknown color: approx Eucalyptus. HEX triplet: 1E, B1 and 60. RGB value is (30,177,96). Sum of RGB (Red+Green+Blue) = 30+177+96=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 177 (69.53% from 255 or 58.42% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 177 - color contains mainly: green. Hex color #1EB160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EB160 is #E14E9F. Grayscale: #7B7B7B. Windows color (decimal): -14765728 or 6336798. OLE color: 6336798.

HSL color Cylindrical-coordinate representation of color #1EB160: hue angle of 146.94º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB160 is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB3017796-
CMYK0.8300.460.31
HSL146.94º71.01%40.59%-
HSV(B)146.94º83.05%69.41%-
XYZ18.3732.5616.38-
YUV123.81112.361.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.90%
GREEN value IS 177 (69.53% from 255) = 58.42%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=9.90%
G=58.42%
B=31.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal30177960.8300.460.31146.9471.0140.59
Hex1EB1605302E1F934729
Octal362611401230563722310751
Binary111101011000111000001010011010111011111100100111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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