#0DAC8A

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

Shades of Mountain Meadow #0DAC8A

Tints of Mountain Meadow #0DAC8A

Color information

#0DAC8A (or 0x0DAC8A) is unknown color: approx Mountain Meadow. HEX triplet: 0D, AC and 8A. RGB value is (13,172,138). Sum of RGB (Red+Green+Blue) = 13+172+138=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAC8A is #F25375. Grayscale: #787878. Windows color (decimal): -15881078 or 9088013. OLE color: 9088013.

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

Color convert

RGB13172138-
CMYK0.9200.200.33
HSL167.17º85.95%36.27%-
HSV(B)167.17º92.44%67.45%-
XYZ19.5131.4329.08-
YUV120.58137.8251.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.02%
GREEN value IS 172 (67.58% from 255) = 53.25%
BLUE value IS 138 (54.30% from 255) = 42.72%
R=4.02%
G=53.25%
B=42.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131721380.9200.200.33167.1785.9536.27
HexDAC8A5C01421a75624
Octal152542121340244124712644
Binary110110101100100010101011100010100100001101001111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,172,138); }

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

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

 a { background-color: rgb(13,172,138); }

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

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

 span { border-color: rgb(13,172,138); }

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