#0fbc79

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

Shades of Mountain Meadow #0FBC79

Tints of Mountain Meadow #0FBC79

Color information

#0FBC79 (or 0x0FBC79) is unknown color: approx Mountain Meadow. HEX triplet: 0F, BC and 79. RGB value is (15,188,121). Sum of RGB (Red+Green+Blue) = 15+188+121=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC79 is #F04386. Grayscale: #808080. Windows color (decimal): -15745927 or 7977999. OLE color: 7977999.

HSL color Cylindrical-coordinate representation of color #0FBC79: hue angle of 156.76º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBC79 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB15188121-
CMYK0.9200.360.26
HSL156.76º85.22%39.8%-
HSV(B)156.76º92.02%73.73%-
XYZ21.6337.4524.18-
YUV128.64123.6946.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.63%
GREEN value IS 188 (73.83% from 255) = 58.02%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=4.63%
G=58.02%
B=37.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151881210.9200.360.26156.7685.2239.8
HexFBC795C0241A9d5528
Octal172741711340443223512550
Binary11111011110011110011011100010010011010100111011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fbc79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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