#1EBD90

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

Shades of Mountain Meadow #1EBD90

Tints of Mountain Meadow #1EBD90

Color information

#1EBD90 (or 0x1EBD90) is unknown color: approx Mountain Meadow. HEX triplet: 1E, BD and 90. RGB value is (30,189,144). Sum of RGB (Red+Green+Blue) = 30+189+144=363 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.26% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBD90 is #E1426F. Grayscale: #888888. Windows color (decimal): -14762608 or 9485598. OLE color: 9485598.

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

Color convert

RGB30189144-
CMYK0.8400.240.26
HSL163.02º72.6%42.94%-
HSV(B)163.02º84.13%74.12%-
XYZ23.7738.6832.6-
YUV136.33132.3252.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.26%
GREEN value IS 189 (74.22% from 255) = 52.07%
BLUE value IS 144 (56.64% from 255) = 39.67%
R=8.26%
G=52.07%
B=39.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301891440.8400.240.26163.0272.642.94
Hex1EBD90540181Aa3492b
Octal362752201240303224311153
Binary111101011110110010000101010001100011010101000111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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