#1EAD56

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

Shades of Eucalyptus #1EAD56

Tints of Eucalyptus #1EAD56

Color information

#1EAD56 (or 0x1EAD56) is unknown color: approx Eucalyptus. HEX triplet: 1E, AD and 56. RGB value is (30,173,86). Sum of RGB (Red+Green+Blue) = 30+173+86=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 173 (67.97% from 255 or 59.86% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAD56 is #E152A9. Grayscale: #787878. Windows color (decimal): -14766762 or 5680414. OLE color: 5680414.

HSL color Cylindrical-coordinate representation of color #1EAD56: hue angle of 143.5º degrees, saturation: 0.7, 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 #1EAD56 is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB3017386-
CMYK0.8300.500.32
HSL143.5º70.44%39.8%-
HSV(B)143.5º82.66%67.84%-
XYZ17.1630.8413.85-
YUV120.32108.6263.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.38%
GREEN value IS 173 (67.97% from 255) = 59.86%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=10.38%
G=59.86%
B=29.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30173860.8300.500.32143.570.4439.8
Hex1EAD5653032208f4628
Octal362551261230624021710650
Binary1111010101101101011010100110110010100000100011111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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