#1EBD82

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

Shades of Mountain Meadow #1EBD82

Tints of Mountain Meadow #1EBD82

Color information

#1EBD82 (or 0x1EBD82) is unknown color: approx Mountain Meadow. HEX triplet: 1E, BD and 82. RGB value is (30,189,130). Sum of RGB (Red+Green+Blue) = 30+189+130=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBD82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBD82 is #E1427D. Grayscale: #868686. Windows color (decimal): -14762622 or 8568094. OLE color: 8568094.

HSL color Cylindrical-coordinate representation of color #1EBD82: hue angle of 157.74º 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 #1EBD82 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB30189130-
CMYK0.8400.310.26
HSL157.74º72.6%42.94%-
HSV(B)157.74º84.13%74.12%-
XYZ22.7638.2827.31-
YUV134.73125.3253.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.60%
GREEN value IS 189 (74.22% from 255) = 54.15%
BLUE value IS 130 (51.17% from 255) = 37.25%
R=8.60%
G=54.15%
B=37.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301891300.8400.310.26157.7472.642.94
Hex1EBD825401F1A9e492b
Octal362752021240373223611153
Binary111101011110110000010101010001111111010100111101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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