#1EAE81

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

Shades of Mountain Meadow #1EAE81

Tints of Mountain Meadow #1EAE81

Color information

#1EAE81 (or 0x1EAE81) is unknown color: approx Mountain Meadow. HEX triplet: 1E, AE and 81. RGB value is (30,174,129). Sum of RGB (Red+Green+Blue) = 30+174+129=333 (44% of max value = 765). Red value is 30 (12.11% from 255 or 9.01% from 333); Green value is 174 (68.36% from 255 or 52.25% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAE81 is #E1517E. Grayscale: #7D7D7D. Windows color (decimal): -14766463 or 8498718. OLE color: 8498718.

HSL color Cylindrical-coordinate representation of color #1EAE81: hue angle of 161.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAE81 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB30174129-
CMYK0.8300.260.32
HSL161.25º70.59%40%-
HSV(B)161.25º82.76%68.24%-
XYZ19.6332.1325.94-
YUV125.81129.7959.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.01%
GREEN value IS 174 (68.36% from 255) = 52.25%
BLUE value IS 129 (50.78% from 255) = 38.74%
R=9.01%
G=52.25%
B=38.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301741290.8300.260.32161.2570.5940
Hex1EAE815301A20a14728
Octal362562011230324024110750
Binary1111010101110100000011010011011010100000101000011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,174,129); }

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

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

 a { background-color: rgb(30,174,129); }

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

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

 span { border-color: rgb(30,174,129); }

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