#1EAB73

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

Shades of Mountain Meadow #1EAB73

Tints of Mountain Meadow #1EAB73

Color information

#1EAB73 (or 0x1EAB73) is unknown color: approx Mountain Meadow. HEX triplet: 1E, AB and 73. RGB value is (30,171,115). Sum of RGB (Red+Green+Blue) = 30+171+115=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAB73 is #E1548C. Grayscale: #7A7A7A. Windows color (decimal): -14767245 or 7580446. OLE color: 7580446.

HSL color Cylindrical-coordinate representation of color #1EAB73: hue angle of 156.17º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EAB73 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB30171115-
CMYK0.8200.330.33
HSL156.17º70.15%39.41%-
HSV(B)156.17º82.46%67.06%-
XYZ18.1930.6421.17-
YUV122.46123.7962.05-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.49%
GREEN value IS 171 (67.19% from 255) = 54.11%
BLUE value IS 115 (45.31% from 255) = 36.39%
R=9.49%
G=54.11%
B=36.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301711150.8200.330.33156.1770.1539.41
Hex1EAB7352021219c4627
Octal362531631220414123410647
Binary1111010101011111001110100100100001100001100111001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,171,115); }

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

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

 a { background-color: rgb(30,171,115); }

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

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

 span { border-color: rgb(30,171,115); }

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