#1EC971

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

Shades of Mountain Meadow #1EC971

Tints of Mountain Meadow #1EC971

Color information

#1EC971 (or 0x1EC971) is unknown color: approx Mountain Meadow. HEX triplet: 1E, C9 and 71. RGB value is (30,201,113). Sum of RGB (Red+Green+Blue) = 30+201+113=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 201 (78.91% from 255 or 58.43% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC971 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC971 is #E1368E. Grayscale: #8C8C8C. Windows color (decimal): -14759567 or 7457054. OLE color: 7457054.

HSL color Cylindrical-coordinate representation of color #1EC971: hue angle of 149.12º 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 #1EC971 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB30201113-
CMYK0.8500.440.21
HSL149.12º74.03%45.29%-
HSV(B)149.12º85.07%78.82%-
XYZ24.443.2422.68-
YUV139.84112.8549.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.72%
GREEN value IS 201 (78.91% from 255) = 58.43%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=8.72%
G=58.43%
B=32.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal302011130.8500.440.21149.1274.0345.29
Hex1EC9715502C15954a2d
Octal363111611250542522511255
Binary111101100100111100011010101010110010101100101011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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