#0FC973

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

Shades of Mountain Meadow #0FC973

Tints of Mountain Meadow #0FC973

Color information

#0FC973 (or 0x0FC973) is unknown color: approx Mountain Meadow. HEX triplet: 0F, C9 and 73. RGB value is (15,201,115). Sum of RGB (Red+Green+Blue) = 15+201+115=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 201 (78.91% from 255 or 60.73% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC973 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC973 is #F0368C. Grayscale: #878787. Windows color (decimal): -15742605 or 7588111. OLE color: 7588111.

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

Color convert

RGB15201115-
CMYK0.9300.430.21
HSL152.26º86.11%42.35%-
HSV(B)152.26º92.54%78.82%-
XYZ24.1843.1123.27-
YUV135.58116.3841.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.53%
GREEN value IS 201 (78.91% from 255) = 60.73%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=4.53%
G=60.73%
B=34.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152011150.9300.430.21152.2686.1142.35
HexFC9735D02B1598562a
Octal173111631350532523012652
Binary11111100100111100111011101010101110101100110001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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