#0DA987

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

Shades of Mountain Meadow #0DA987

Tints of Mountain Meadow #0DA987

Color information

#0DA987 (or 0x0DA987) is unknown color: approx Mountain Meadow. HEX triplet: 0D, A9 and 87. RGB value is (13,169,135). Sum of RGB (Red+Green+Blue) = 13+169+135=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 169 (66.41% from 255 or 53.31% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA987 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA987 is #F25678. Grayscale: #767676. Windows color (decimal): -15881849 or 8890637. OLE color: 8890637.

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

Color convert

RGB13169135-
CMYK0.9200.200.34
HSL166.92º85.71%35.69%-
HSV(B)166.92º92.31%66.27%-
XYZ18.7330.2127.77-
YUV118.48137.3252.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.10%
GREEN value IS 169 (66.41% from 255) = 53.31%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=4.10%
G=53.31%
B=42.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131691350.9200.200.34166.9285.7135.69
HexDA9875C01422a75624
Octal152512071340244224712644
Binary110110101001100001111011100010100100010101001111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,169,135); }

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

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

 a { background-color: rgb(13,169,135); }

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

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

 span { border-color: rgb(13,169,135); }

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