Html Css Color HEX #0FAD86 Mountain Meadow

📋 copy color: '#0FAD86'

red 15 ◦ green 173 ◦ blue 134

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

Shades of Mountain Meadow #0FAD86

Tints of Mountain Meadow #0FAD86

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.73%

 BLUE value IS 134 (52.73% from 255) = 41.61%

R = 4.66%
G = 53.73%
B = 41.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#0FAD86 (or 0x0FAD86) is known color: Mountain Meadow. HEX triplet: 0F, AD and 86. RGB value is (15,173,134). Sum of RGB (Red+Green+Blue) = 15+173+134=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAD86 is #F05279. Grayscale: #797979. Windows color (decimal): -15749754 or 8826127. OLE color: 8826127.

HSL color Cylindrical-coordinate representation of color #0FAD86: hue angle of 165.19º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAD86 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 173 134 -
CMYK 0.91 0 0.23 0.32
HSL 165.19º 0.84% 0.37% -
HSV(B) 165.19º 0.91% 0.68% -
XYZ 19.44 31.71 27.65 -
YUV 121.31 135.15 52.17 -
System Red Green Blue C M Y K H S L
Decimal 15 173 134 0.91 0 0.23 0.32 165.19 0.84 0.37
Hex F AD 86 5B 0 17 20 A5 54 25
Octal 17 255 206 133 0 27 40 245 124 45
Binary 1111 10101101 10000110 1011011 0 10111 100000 10100101 1010100 100101

Color Harmonies of #0FAD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD86

Black with #0FAD86

Text Example


Text Example

White with #0FAD86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,173,134); }

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

background-color css

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

 a { background-color: rgb(15,173,134); }

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

border-color css

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

 span { border-color: rgb(15,173,134); }

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