#1EC976

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

Shades of Mountain Meadow #1EC976

Tints of Mountain Meadow #1EC976

Color information

#1EC976 (or 0x1EC976) is unknown color: approx Mountain Meadow. HEX triplet: 1E, C9 and 76. RGB value is (30,201,118). Sum of RGB (Red+Green+Blue) = 30+201+118=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 201 (78.91% from 255 or 57.59% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC976 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC976 is #E13689. Grayscale: #8C8C8C. Windows color (decimal): -14759562 or 7784734. OLE color: 7784734.

HSL color Cylindrical-coordinate representation of color #1EC976: hue angle of 150.88º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC976 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB30201118-
CMYK0.8500.410.21
HSL150.88º74.03%45.29%-
HSV(B)150.88º85.07%78.82%-
XYZ24.6943.3624.21-
YUV140.41115.3549.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.60%
GREEN value IS 201 (78.91% from 255) = 57.59%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=8.60%
G=57.59%
B=33.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal302011180.8500.410.21150.8874.0345.29
Hex1EC9765502915974a2d
Octal363111661250512522711255
Binary111101100100111101101010101010100110101100101111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,201,118); }

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

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

 a { background-color: rgb(30,201,118); }

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

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

 span { border-color: rgb(30,201,118); }

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