#0CC978

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

Shades of Mountain Meadow #0CC978

Tints of Mountain Meadow #0CC978

Color information

#0CC978 (or 0x0CC978) is unknown color: approx Mountain Meadow. HEX triplet: 0C, C9 and 78. RGB value is (12,201,120). Sum of RGB (Red+Green+Blue) = 12+201+120=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 201 (78.91% from 255 or 60.36% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC978 is #F33687. Grayscale: #878787. Windows color (decimal): -15939208 or 7915788. OLE color: 7915788.

HSL color Cylindrical-coordinate representation of color #0CC978: hue angle of 154.29º 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 #0CC978 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB12201120-
CMYK0.9400.400.21
HSL154.29º88.73%41.76%-
HSV(B)154.29º94.03%78.82%-
XYZ24.4343.2124.82-
YUV135.26119.3840.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.60%
GREEN value IS 201 (78.91% from 255) = 60.36%
BLUE value IS 120 (47.27% from 255) = 36.04%
R=3.60%
G=60.36%
B=36.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122011200.9400.400.21154.2988.7341.76
HexCC9785E028159a592a
Octal143111701360502523213152
Binary11001100100111110001011110010100010101100110101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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