Html Css Color HEX #0FAC89 Mountain Meadow

📋 copy color: '#0FAC89'

red 15 ◦ green 172 ◦ blue 137

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

Shades of Mountain Meadow #0FAC89

Tints of Mountain Meadow #0FAC89

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.09%

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

R = 4.63%
G = 53.09%
B = 42.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#0FAC89 (or 0x0FAC89) is known color: Mountain Meadow. HEX triplet: 0F, AC and 89. RGB value is (15,172,137). Sum of RGB (Red+Green+Blue) = 15+172+137=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAC89 is #F05376. Grayscale: #797979. Windows color (decimal): -15750007 or 9022479. OLE color: 9022479.

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

Color convert

RGB 15 172 137 -
CMYK 0.91 0 0.20 0.33
HSL 166.62º 0.84% 0.37% -
HSV(B) 166.62º 0.91% 0.67% -
XYZ 19.46 31.41 28.7 -
YUV 121.07 136.99 52.35 -
System Red Green Blue C M Y K H S L
Decimal 15 172 137 0.91 0 0.20 0.33 166.62 0.84 0.37
Hex F AC 89 5B 0 14 21 A7 54 25
Octal 17 254 211 133 0 24 41 247 124 45
Binary 1111 10101100 10001001 1011011 0 10100 100001 10100111 1010100 100101

Color Harmonies of #0FAC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC89

Black with #0FAC89

Text Example


Text Example

White with #0FAC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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