#0FAD7C

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

Shades of Mountain Meadow #0FAD7C

Tints of Mountain Meadow #0FAD7C

Color information

#0FAD7C (or 0x0FAD7C) is unknown color: approx Mountain Meadow. HEX triplet: 0F, AD and 7C. RGB value is (15,173,124). Sum of RGB (Red+Green+Blue) = 15+173+124=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 173 (67.97% from 255 or 55.45% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAD7C is #F05283. Grayscale: #787878. Windows color (decimal): -15749764 or 8170767. OLE color: 8170767.

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

Color convert

RGB15173124-
CMYK0.9100.280.32
HSL161.39º84.04%36.86%-
HSV(B)161.39º91.33%67.84%-
XYZ18.7831.4424.15-
YUV120.17130.1552.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.81%
GREEN value IS 173 (67.97% from 255) = 55.45%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=4.81%
G=55.45%
B=39.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151731240.9100.280.32161.3984.0436.86
HexFAD7C5B01C20a15425
Octal172551741330344024112445
Binary11111010110111111001011011011100100000101000011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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