#0ECC81

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

Shades of Mountain Meadow #0ECC81

Tints of Mountain Meadow #0ECC81

Color information

#0ECC81 (or 0x0ECC81) is unknown color: approx Mountain Meadow. HEX triplet: 0E, CC and 81. RGB value is (14,204,129). Sum of RGB (Red+Green+Blue) = 14+204+129=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 204 (80.08% from 255 or 58.79% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECC81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECC81 is #F1337E. Grayscale: #8A8A8A. Windows color (decimal): -15807359 or 8506382. OLE color: 8506382.

HSL color Cylindrical-coordinate representation of color #0ECC81: hue angle of 156.32º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECC81 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB14204129-
CMYK0.9300.370.2
HSL156.32º87.16%42.75%-
HSV(B)156.32º93.14%80%-
XYZ25.7444.8628.07-
YUV138.64122.5539.1-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.03%
GREEN value IS 204 (80.08% from 255) = 58.79%
BLUE value IS 129 (50.78% from 255) = 37.18%
R=4.03%
G=58.79%
B=37.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal142041290.9300.370.2156.3287.1642.75
HexECC815D025149c572b
Octal163142011350452423412753
Binary111011001100100000011011101010010110100100111001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ECC81; }

 p { color: rgb(14,204,129); }

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

<style>
 a { background-color: #0ECC81; }

 a { background-color: rgb(14,204,129); }

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

<style>
 span { border-color: #0ECC81; }

 span { border-color: rgb(14,204,129); }

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