#0FA889

Color #0FA889 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0FA889

Tints of Mountain Meadow #0FA889

Color information

#0FA889 (or 0x0FA889) is unknown color: approx Mountain Meadow. HEX triplet: 0F, A8 and 89. RGB value is (15,168,137). Sum of RGB (Red+Green+Blue) = 15+168+137=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 168 (66.02% from 255 or 52.5% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA889 is #F05776. Grayscale: #767676. Windows color (decimal): -15751031 or 9021455. OLE color: 9021455.

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

Color convert

RGB15168137-
CMYK0.9100.180.34
HSL167.84º83.61%35.88%-
HSV(B)167.84º91.07%65.88%-
XYZ18.7129.9128.45-
YUV118.72138.3154.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.69%
GREEN value IS 168 (66.02% from 255) = 52.5%
BLUE value IS 137 (53.91% from 255) = 42.81%
R=4.69%
G=52.5%
B=42.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal151681370.9100.180.34167.8483.6135.88
HexFA8895B01222a85424
Octal172502111330224225012444
Binary111110101000100010011011011010010100010101010001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FA889;
 }
 .AnyTagClassName
 {
   color: #0FA889;
 }
</style>
background-color css

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

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

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

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

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

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