#0FC276

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

Shades of Mountain Meadow #0FC276

Tints of Mountain Meadow #0FC276

Color information

#0FC276 (or 0x0FC276) is unknown color: approx Mountain Meadow. HEX triplet: 0F, C2 and 76. RGB value is (15,194,118). Sum of RGB (Red+Green+Blue) = 15+194+118=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC276 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC276 is #F03D89. Grayscale: #838383. Windows color (decimal): -15744394 or 7782927. OLE color: 7782927.

HSL color Cylindrical-coordinate representation of color #0FC276: hue angle of 154.53º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC276 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB15194118-
CMYK0.9200.390.24
HSL154.53º85.65%40.98%-
HSV(B)154.53º92.27%76.08%-
XYZ22.7639.9923.66-
YUV131.82120.244.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.59%
GREEN value IS 194 (76.17% from 255) = 59.33%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=4.59%
G=59.33%
B=36.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151941180.9200.390.24154.5385.6540.98
HexFC2765C027189b5629
Octal173021661340473023312651
Binary11111100001011101101011100010011111000100110111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,194,118); }

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

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

 a { background-color: rgb(15,194,118); }

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

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

 span { border-color: rgb(15,194,118); }

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