#1EAC73

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

Shades of Mountain Meadow #1EAC73

Tints of Mountain Meadow #1EAC73

Color information

#1EAC73 (or 0x1EAC73) is unknown color: approx Mountain Meadow. HEX triplet: 1E, AC and 73. RGB value is (30,172,115). Sum of RGB (Red+Green+Blue) = 30+172+115=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAC73 is #E1538C. Grayscale: #7B7B7B. Windows color (decimal): -14766989 or 7580702. OLE color: 7580702.

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

Color convert

RGB30172115-
CMYK0.8300.330.33
HSL155.92º70.3%39.61%-
HSV(B)155.92º82.56%67.45%-
XYZ18.3831.0221.24-
YUV123.04123.4661.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.46%
GREEN value IS 172 (67.58% from 255) = 54.26%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=9.46%
G=54.26%
B=36.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301721150.8300.330.33155.9270.339.61
Hex1EAC7353021219c4628
Octal362541631230414123410650
Binary1111010101100111001110100110100001100001100111001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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