Html Css Color HEX #0FAD89 Mountain Meadow

📋 copy color: '#0FAD89'

red 15 ◦ green 173 ◦ blue 137

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

Shades of Mountain Meadow #0FAD89

Tints of Mountain Meadow #0FAD89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.15%

R = 4.62%
G = 53.23%
B = 42.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#0FAD89 (or 0x0FAD89) is known color: Mountain Meadow. HEX triplet: 0F, AD and 89. RGB value is (15,173,137). Sum of RGB (Red+Green+Blue) = 15+173+137=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAD89 is #F05276. Grayscale: #797979. Windows color (decimal): -15749751 or 9022735. OLE color: 9022735.

HSL color Cylindrical-coordinate representation of color #0FAD89: hue angle of 166.33º 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 #0FAD89 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 173 137 -
CMYK 0.91 0 0.21 0.32
HSL 166.33º 0.84% 0.37% -
HSV(B) 166.33º 0.91% 0.68% -
XYZ 19.66 31.79 28.77 -
YUV 121.65 136.65 51.93 -
System Red Green Blue C M Y K H S L
Decimal 15 173 137 0.91 0 0.21 0.32 166.33 0.84 0.37
Hex F AD 89 5B 0 15 20 A6 54 25
Octal 17 255 211 133 0 25 40 246 124 45
Binary 1111 10101101 10001001 1011011 0 10101 100000 10100110 1010100 100101

Color Harmonies of #0FAD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD89

Black with #0FAD89

Text Example


Text Example

White with #0FAD89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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