Html Css Color HEX #0FAA89 Mountain Meadow

📋 copy color: '#0FAA89'

red 15 ◦ green 170 ◦ blue 137

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

Shades of Mountain Meadow #0FAA89

Tints of Mountain Meadow #0FAA89

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.8%

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

R = 4.66%
G = 52.8%
B = 42.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#0FAA89 (or 0x0FAA89) is known color: Mountain Meadow. HEX triplet: 0F, AA and 89. RGB value is (15,170,137). Sum of RGB (Red+Green+Blue) = 15+170+137=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAA89 is #F05576. Grayscale: #777777. Windows color (decimal): -15750519 or 9021967. OLE color: 9021967.

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

Color convert

RGB 15 170 137 -
CMYK 0.91 0 0.19 0.33
HSL 167.23º 0.84% 0.36% -
HSV(B) 167.23º 0.91% 0.67% -
XYZ 19.09 30.66 28.58 -
YUV 119.89 137.65 53.18 -
System Red Green Blue C M Y K H S L
Decimal 15 170 137 0.91 0 0.19 0.33 167.23 0.84 0.36
Hex F AA 89 5B 0 13 21 A7 54 24
Octal 17 252 211 133 0 23 41 247 124 44
Binary 1111 10101010 10001001 1011011 0 10011 100001 10100111 1010100 100100

Color Harmonies of #0FAA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA89

Black with #0FAA89

Text Example


Text Example

White with #0FAA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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