#1EAD5B

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

Shades of Eucalyptus #1EAD5B

Tints of Eucalyptus #1EAD5B

Color information

#1EAD5B (or 0x1EAD5B) is unknown color: approx Eucalyptus. HEX triplet: 1E, AD and 5B. RGB value is (30,173,91). Sum of RGB (Red+Green+Blue) = 30+173+91=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAD5B is #E152A4. Grayscale: #797979. Windows color (decimal): -14766757 or 6008094. OLE color: 6008094.

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

Color convert

RGB3017391-
CMYK0.8300.470.32
HSL145.59º70.44%39.8%-
HSV(B)145.59º82.66%67.84%-
XYZ17.3730.9214.95-
YUV120.89111.1263.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.20%
GREEN value IS 173 (67.97% from 255) = 58.84%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=10.20%
G=58.84%
B=30.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30173910.8300.470.32145.5970.4439.8
Hex1EAD5B5302F20924628
Octal362551331230574022210650
Binary1111010101101101101110100110101111100000100100101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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