#1EC288

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

Shades of Mountain Meadow #1EC288

Tints of Mountain Meadow #1EC288

Color information

#1EC288 (or 0x1EC288) is unknown color: approx Mountain Meadow. HEX triplet: 1E, C2 and 88. RGB value is (30,194,136). Sum of RGB (Red+Green+Blue) = 30+194+136=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC288 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC288 is #E13D77. Grayscale: #8A8A8A. Windows color (decimal): -14761336 or 8962590. OLE color: 8962590.

HSL color Cylindrical-coordinate representation of color #1EC288: hue angle of 158.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC288 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB30194136-
CMYK0.8500.300.24
HSL158.78º73.21%43.92%-
HSV(B)158.78º84.54%76.08%-
XYZ24.2740.6429.86-
YUV138.35126.6750.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.33%
GREEN value IS 194 (76.17% from 255) = 53.89%
BLUE value IS 136 (53.52% from 255) = 37.78%
R=8.33%
G=53.89%
B=37.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal301941360.8500.300.24158.7873.2143.92
Hex1EC2885501E189f492c
Octal363022101250363023711154
Binary111101100001010001000101010101111011000100111111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,194,136); }

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

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

 a { background-color: rgb(30,194,136); }

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

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

 span { border-color: rgb(30,194,136); }

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