#1EA64E

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

Shades of Eucalyptus #1EA64E

Tints of Eucalyptus #1EA64E

Color information

#1EA64E (or 0x1EA64E) is unknown color: approx Eucalyptus. HEX triplet: 1E, A6 and 4E. RGB value is (30,166,78). Sum of RGB (Red+Green+Blue) = 30+166+78=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 166 (65.23% from 255 or 60.58% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 166 - color contains mainly: green. Hex color #1EA64E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA64E is #E159B1. Grayscale: #737373. Windows color (decimal): -14768562 or 5154334. OLE color: 5154334.

HSL color Cylindrical-coordinate representation of color #1EA64E: hue angle of 141.18º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA64E is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB3016678-
CMYK0.8200.530.35
HSL141.18º69.39%38.43%-
HSV(B)141.18º81.93%65.1%-
XYZ15.5528.111.81-
YUV115.3106.9467.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.95%
GREEN value IS 166 (65.23% from 255) = 60.58%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=10.95%
G=60.58%
B=28.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal30166780.8200.530.35141.1869.3938.43
Hex1EA64E52035238d4526
Octal362461161220654321510546
Binary1111010100110100111010100100110101100011100011011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,166,78); }

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

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

 a { background-color: rgb(30,166,78); }

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

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

 span { border-color: rgb(30,166,78); }

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