Html Css Color HEX #0FB997 Mountain Meadow

📋 copy color: '#0FB997'

red 15 ◦ green 185 ◦ blue 151

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

Shades of Mountain Meadow #0FB997

Tints of Mountain Meadow #0FB997

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.71%

 BLUE value IS 151 (59.38% from 255) = 43.02%

R = 4.27%
G = 52.71%
B = 43.02%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#0FB997 (or 0x0FB997) is known color: Mountain Meadow. HEX triplet: 0F, B9 and 97. RGB value is (15,185,151). Sum of RGB (Red+Green+Blue) = 15+185+151=351 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.27% from 351); Green value is 185 (72.66% from 255 or 52.71% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB997 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB997 is #F04668. Grayscale: #828282. Windows color (decimal): -15746665 or 9943311. OLE color: 9943311.

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

Color convert

RGB 15 185 151 -
CMYK 0.92 0 0.18 0.27
HSL 168º 0.85% 0.39% -
HSV(B) 168º 0.92% 0.73% -
XYZ 23.13 37.03 35.21 -
YUV 130.29 139.68 45.76 -
System Red Green Blue C M Y K H S L
Decimal 15 185 151 0.92 0 0.18 0.27 168 0.85 0.39
Hex F B9 97 5C 0 12 1B A8 55 27
Octal 17 271 227 134 0 22 33 250 125 47
Binary 1111 10111001 10010111 1011100 0 10010 11011 10101000 1010101 100111

Color Harmonies of #0FB997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB997

Black with #0FB997

Text Example


Text Example

White with #0FB997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,185,151); }

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

background-color css

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

 a { background-color: rgb(15,185,151); }

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

border-color css

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

 span { border-color: rgb(15,185,151); }

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