#1EAB82

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

Shades of Mountain Meadow #1EAB82

Tints of Mountain Meadow #1EAB82

Color information

#1EAB82 (or 0x1EAB82) is unknown color: approx Mountain Meadow. HEX triplet: 1E, AB and 82. RGB value is (30,171,130). Sum of RGB (Red+Green+Blue) = 30+171+130=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAB82 is #E1547D. Grayscale: #7C7C7C. Windows color (decimal): -14767230 or 8563486. OLE color: 8563486.

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

Color convert

RGB30171130-
CMYK0.8200.240.33
HSL162.55º70.15%39.41%-
HSV(B)162.55º82.46%67.06%-
XYZ19.1331.0126.1-
YUV124.17131.2960.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.06%
GREEN value IS 171 (67.19% from 255) = 51.66%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=9.06%
G=51.66%
B=39.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301711300.8200.240.33162.5570.1539.41
Hex1EAB825201821a34627
Octal362532021220304124310647
Binary1111010101011100000101010010011000100001101000111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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