#0FC980

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

Shades of Mountain Meadow #0FC980

Tints of Mountain Meadow #0FC980

Color information

#0FC980 (or 0x0FC980) is unknown color: approx Mountain Meadow. HEX triplet: 0F, C9 and 80. RGB value is (15,201,128). Sum of RGB (Red+Green+Blue) = 15+201+128=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 201 (78.91% from 255 or 58.43% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC980 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC980 is #F0367F. Grayscale: #898989. Windows color (decimal): -15742592 or 8440079. OLE color: 8440079.

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

Color convert

RGB15201128-
CMYK0.9300.360.21
HSL156.45º86.11%42.35%-
HSV(B)156.45º92.54%78.82%-
XYZ24.9843.4327.49-
YUV137.06122.8840.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.36%
GREEN value IS 201 (78.91% from 255) = 58.43%
BLUE value IS 128 (50.39% from 255) = 37.21%
R=4.36%
G=58.43%
B=37.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152011280.9300.360.21156.4586.1142.35
HexFC9805D024159c562a
Octal173112001350442523412652
Binary111111001001100000001011101010010010101100111001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,201,128); }

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

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

 a { background-color: rgb(15,201,128); }

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

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

 span { border-color: rgb(15,201,128); }

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