#1EAA83

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

Shades of Mountain Meadow #1EAA83

Tints of Mountain Meadow #1EAA83

Color information

#1EAA83 (or 0x1EAA83) is unknown color: approx Mountain Meadow. HEX triplet: 1E, AA and 83. RGB value is (30,170,131). Sum of RGB (Red+Green+Blue) = 30+170+131=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAA83 is #E1557C. Grayscale: #7B7B7B. Windows color (decimal): -14767485 or 8628766. OLE color: 8628766.

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

Color convert

RGB30170131-
CMYK0.8200.230.33
HSL163.29º70%39.22%-
HSV(B)163.29º82.35%66.67%-
XYZ19.0130.6626.39-
YUV123.69132.1261.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.06%
GREEN value IS 170 (66.80% from 255) = 51.36%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=9.06%
G=51.36%
B=39.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301701310.8200.230.33163.297039.22
Hex1EAA835201721a34627
Octal362522031220274124310647
Binary1111010101010100000111010010010111100001101000111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,170,131); }

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

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

 a { background-color: rgb(30,170,131); }

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

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

 span { border-color: rgb(30,170,131); }

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