Html Css Color HEX #0FBF76 Mountain Meadow

📋 copy color: '#0FBF76'

red 15 ◦ green 191 ◦ blue 118

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

Shades of Mountain Meadow #0FBF76

Tints of Mountain Meadow #0FBF76

RGB

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

 GREEN value IS 191 (75% from 255) = 58.95%

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

R = 4.63%
G = 58.95%
B = 36.42%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#0FBF76 (or 0x0FBF76) is known color: Mountain Meadow. HEX triplet: 0F, BF and 76. RGB value is (15,191,118). Sum of RGB (Red+Green+Blue) = 15+191+118=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 191 (75% from 255 or 58.95% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBF76 is #F04089. Grayscale: #828282. Windows color (decimal): -15745162 or 7782159. OLE color: 7782159.

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

Color convert

RGB 15 191 118 -
CMYK 0.92 0 0.38 0.25
HSL 155.11º 0.85% 0.4% -
HSV(B) 155.11º 0.92% 0.75% -
XYZ 22.1 38.67 23.44 -
YUV 130.05 121.19 45.94 -
System Red Green Blue C M Y K H S L
Decimal 15 191 118 0.92 0 0.38 0.25 155.11 0.85 0.4
Hex F BF 76 5C 0 26 19 9B 55 28
Octal 17 277 166 134 0 46 31 233 125 50
Binary 1111 10111111 1110110 1011100 0 100110 11001 10011011 1010101 101000

Color Harmonies of #0FBF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBF76

Black with #0FBF76

Text Example


Text Example

White with #0FBF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FBF76;
 }
 .AnyTagClassName
 {
   color: #0FBF76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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