#1EAC86

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

Shades of Mountain Meadow #1EAC86

Tints of Mountain Meadow #1EAC86

Color information

#1EAC86 (or 0x1EAC86) is unknown color: approx Mountain Meadow. HEX triplet: 1E, AC and 86. RGB value is (30,172,134). Sum of RGB (Red+Green+Blue) = 30+172+134=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAC86 is #E15379. Grayscale: #7D7D7D. Windows color (decimal): -14766970 or 8825886. OLE color: 8825886.

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

Color convert

RGB30172134-
CMYK0.8300.220.33
HSL163.94º70.3%39.61%-
HSV(B)163.94º82.56%67.45%-
XYZ19.5931.527.6-
YUV125.21132.9660.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.93%
GREEN value IS 172 (67.58% from 255) = 51.19%
BLUE value IS 134 (52.73% from 255) = 39.88%
R=8.93%
G=51.19%
B=39.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301721340.8300.220.33163.9470.339.61
Hex1EAC865301621a44628
Octal362542061230264124410650
Binary1111010101100100001101010011010110100001101001001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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