#1EBD71

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

Shades of Mountain Meadow #1EBD71

Tints of Mountain Meadow #1EBD71

Color information

#1EBD71 (or 0x1EBD71) is unknown color: approx Mountain Meadow. HEX triplet: 1E, BD and 71. RGB value is (30,189,113). Sum of RGB (Red+Green+Blue) = 30+189+113=332 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.04% from 332); Green value is 189 (74.22% from 255 or 56.93% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBD71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBD71 is #E1428E. Grayscale: #848484. Windows color (decimal): -14762639 or 7453982. OLE color: 7453982.

HSL color Cylindrical-coordinate representation of color #1EBD71: hue angle of 151.32º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBD71 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB30189113-
CMYK0.8400.400.26
HSL151.32º72.6%42.94%-
HSV(B)151.32º84.13%74.12%-
XYZ21.7137.8621.79-
YUV132.79116.8254.68-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.04%
GREEN value IS 189 (74.22% from 255) = 56.93%
BLUE value IS 113 (44.53% from 255) = 34.04%
R=9.04%
G=56.93%
B=34.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301891130.8400.400.26151.3272.642.94
Hex1EBD71540281A97492b
Octal362751611240503222711153
Binary111101011110111100011010100010100011010100101111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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