#0fba76

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

Shades of Mountain Meadow #0FBA76

Tints of Mountain Meadow #0FBA76

Color information

#0FBA76 (or 0x0FBA76) is unknown color: approx Mountain Meadow. HEX triplet: 0F, BA and 76. RGB value is (15,186,118). Sum of RGB (Red+Green+Blue) = 15+186+118=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA76 is #F04589. Grayscale: #7F7F7F. Windows color (decimal): -15746442 or 7780879. OLE color: 7780879.

HSL color Cylindrical-coordinate representation of color #0FBA76: hue angle of 156.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA76 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB15186118-
CMYK0.9200.370.27
HSL156.14º85.07%39.41%-
HSV(B)156.14º91.94%72.94%-
XYZ21.0336.5323.08-
YUV127.12122.8548.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.70%
GREEN value IS 186 (73.05% from 255) = 58.31%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=4.70%
G=58.31%
B=36.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151861180.9200.370.27156.1485.0739.41
HexFBA765C0251B9c5527
Octal172721661340453323412547
Binary11111011101011101101011100010010111011100111001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fba76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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