#1EA864

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

Shades of Eucalyptus #1EA864

Tints of Eucalyptus #1EA864

Color information

#1EA864 (or 0x1EA864) is unknown color: approx Eucalyptus. HEX triplet: 1E, A8 and 64. RGB value is (30,168,100). Sum of RGB (Red+Green+Blue) = 30+168+100=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 168 (66.02% from 255 or 56.38% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 168 - color contains mainly: green. Hex color #1EA864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA864 is #E1579B. Grayscale: #777777. Windows color (decimal): -14768028 or 6596638. OLE color: 6596638.

HSL color Cylindrical-coordinate representation of color #1EA864: hue angle of 150.43º 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 #1EA864 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB30168100-
CMYK0.8200.400.34
HSL150.43º69.7%38.82%-
HSV(B)150.43º82.14%65.88%-
XYZ16.8429.216.81-
YUV118.99117.2864.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.07%
GREEN value IS 168 (66.02% from 255) = 56.38%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=10.07%
G=56.38%
B=33.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal301681000.8200.400.34150.4369.738.82
Hex1EA8645202822964627
Octal362501441220504222610647
Binary1111010101000110010010100100101000100010100101101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,168,100); }

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

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

 a { background-color: rgb(30,168,100); }

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

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

 span { border-color: rgb(30,168,100); }

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