#0DAC7E

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

Shades of Mountain Meadow #0DAC7E

Tints of Mountain Meadow #0DAC7E

Color information

#0DAC7E (or 0x0DAC7E) is unknown color: approx Mountain Meadow. HEX triplet: 0D, AC and 7E. RGB value is (13,172,126). Sum of RGB (Red+Green+Blue) = 13+172+126=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAC7E is #F25381. Grayscale: #777777. Windows color (decimal): -15881090 or 8301581. OLE color: 8301581.

HSL color Cylindrical-coordinate representation of color #0DAC7E: hue angle of 162.64º 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 #0DAC7E is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB13172126-
CMYK0.9200.270.33
HSL162.64º85.95%36.27%-
HSV(B)162.64º92.44%67.45%-
XYZ18.6831.124.76-
YUV119.22131.8252.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.18%
GREEN value IS 172 (67.58% from 255) = 55.31%
BLUE value IS 126 (49.61% from 255) = 40.51%
R=4.18%
G=55.31%
B=40.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131721260.9200.270.33162.6485.9536.27
HexDAC7E5C01B21a35624
Octal152541761340334124312644
Binary11011010110011111101011100011011100001101000111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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