#1EAB85

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

Shades of Mountain Meadow #1EAB85

Tints of Mountain Meadow #1EAB85

Color information

#1EAB85 (or 0x1EAB85) is unknown color: approx Mountain Meadow. HEX triplet: 1E, AB and 85. RGB value is (30,171,133). Sum of RGB (Red+Green+Blue) = 30+171+133=334 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.98% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAB85 is #E1547A. Grayscale: #7C7C7C. Windows color (decimal): -14767227 or 8760094. OLE color: 8760094.

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

Color convert

RGB30171133-
CMYK0.8200.220.33
HSL163.83º70.15%39.41%-
HSV(B)163.83º82.46%67.06%-
XYZ19.3331.127.17-
YUV124.51132.7960.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.98%
GREEN value IS 171 (67.19% from 255) = 51.20%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=8.98%
G=51.20%
B=39.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301711330.8200.220.33163.8370.1539.41
Hex1EAB855201621a44627
Octal362532051220264124410647
Binary1111010101011100001011010010010110100001101001001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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