#0CC981

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

Shades of Mountain Meadow #0CC981

Tints of Mountain Meadow #0CC981

Color information

#0CC981 (or 0x0CC981) is unknown color: approx Mountain Meadow. HEX triplet: 0C, C9 and 81. RGB value is (12,201,129). Sum of RGB (Red+Green+Blue) = 12+201+129=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 201 (78.91% from 255 or 58.77% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC981 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC981 is #F3367E. Grayscale: #888888. Windows color (decimal): -15939199 or 8505612. OLE color: 8505612.

HSL color Cylindrical-coordinate representation of color #0CC981: hue angle of 157.14º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC981 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB12201129-
CMYK0.9400.360.21
HSL157.14º88.73%41.76%-
HSV(B)157.14º94.03%78.82%-
XYZ2543.4427.84-
YUV136.28123.8839.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.51%
GREEN value IS 201 (78.91% from 255) = 58.77%
BLUE value IS 129 (50.78% from 255) = 37.72%
R=3.51%
G=58.77%
B=37.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122011290.9400.360.21157.1488.7341.76
HexCC9815E024159d592a
Octal143112011360442523513152
Binary110011001001100000011011110010010010101100111011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,201,129); }

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

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

 a { background-color: rgb(12,201,129); }

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

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

 span { border-color: rgb(12,201,129); }

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