#0FBA79

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

Shades of Mountain Meadow #0FBA79

Tints of Mountain Meadow #0FBA79

Color information

#0FBA79 (or 0x0FBA79) is unknown color: approx Mountain Meadow. HEX triplet: 0F, BA and 79. RGB value is (15,186,121). Sum of RGB (Red+Green+Blue) = 15+186+121=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA79 is #F04586. Grayscale: #7F7F7F. Windows color (decimal): -15746439 or 7977487. OLE color: 7977487.

HSL color Cylindrical-coordinate representation of color #0FBA79: hue angle of 157.19º 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 #0FBA79 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB15186121-
CMYK0.9200.350.27
HSL157.19º85.07%39.41%-
HSV(B)157.19º91.94%72.94%-
XYZ21.2136.624.04-
YUV127.46124.3547.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.66%
GREEN value IS 186 (73.05% from 255) = 57.76%
BLUE value IS 121 (47.66% from 255) = 37.58%
R=4.66%
G=57.76%
B=37.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151861210.9200.350.27157.1985.0739.41
HexFBA795C0231B9d5527
Octal172721711340433323512547
Binary11111011101011110011011100010001111011100111011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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