#1EAE56

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

Shades of Eucalyptus #1EAE56

Tints of Eucalyptus #1EAE56

Color information

#1EAE56 (or 0x1EAE56) is unknown color: approx Eucalyptus. HEX triplet: 1E, AE and 56. RGB value is (30,174,86). Sum of RGB (Red+Green+Blue) = 30+174+86=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 174 (68.36% from 255 or 60% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAE56 is #E151A9. Grayscale: #797979. Windows color (decimal): -14766506 or 5680670. OLE color: 5680670.

HSL color Cylindrical-coordinate representation of color #1EAE56: hue angle of 143.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAE56 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB3017486-
CMYK0.8300.510.32
HSL143.33º70.59%40%-
HSV(B)143.33º82.76%68.24%-
XYZ17.3531.2213.92-
YUV120.91108.2963.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.34%
GREEN value IS 174 (68.36% from 255) = 60%
BLUE value IS 86 (33.98% from 255) = 29.66%
R=10.34%
G=60%
B=29.66%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30174860.8300.510.32143.3370.5940
Hex1EAE5653033208f4728
Octal362561261230634021710750
Binary1111010101110101011010100110110011100000100011111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,174,86); }

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

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

 a { background-color: rgb(30,174,86); }

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

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

 span { border-color: rgb(30,174,86); }

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