Html Css Color HEX #0FBA76 Mountain Meadow

📋 copy color: '#0FBA76'

red 15 ◦ green 186 ◦ blue 118

#0FBA76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #0FBA76

Tints of Mountain Meadow #0FBA76

RGB

 RED value IS 15 (6.25% from 255) = 4.7%

 GREEN value IS 186 (73.05% from 255) = 58.31%

 BLUE value IS 118 (46.48% from 255) = 36.99%

R = 4.7%
G = 58.31%
B = 36.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#0FBA76 (or 0x0FBA76) is known color: 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

RGB 15 186 118 -
CMYK 0.92 0 0.37 0.27
HSL 156.14º 0.85% 0.39% -
HSV(B) 156.14º 0.92% 0.73% -
XYZ 21.03 36.53 23.08 -
YUV 127.12 122.85 48.03 -
System Red Green Blue C M Y K H S L
Decimal 15 186 118 0.92 0 0.37 0.27 156.14 0.85 0.39
Hex F BA 76 5C 0 25 1B 9C 55 27
Octal 17 272 166 134 0 45 33 234 125 47
Binary 1111 10111010 1110110 1011100 0 100101 11011 10011100 1010101 100111

Color Harmonies of #0FBA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA76

Black with #0FBA76

Text Example


Text Example

White with #0FBA76

Text Example


Text Example

HTML Codes & Css Web 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>