#0DAD7D

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

Shades of Mountain Meadow #0DAD7D

Tints of Mountain Meadow #0DAD7D

Color information

#0DAD7D (or 0x0DAD7D) is unknown color: approx Mountain Meadow. HEX triplet: 0D, AD and 7D. RGB value is (13,173,125). Sum of RGB (Red+Green+Blue) = 13+173+125=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAD7D is #F25282. Grayscale: #777777. Windows color (decimal): -15880835 or 8236301. OLE color: 8236301.

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

Color convert

RGB13173125-
CMYK0.9200.280.32
HSL162º86.02%36.47%-
HSV(B)162º92.49%67.84%-
XYZ18.8131.4524.48-
YUV119.69130.9951.9-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.18%
GREEN value IS 173 (67.97% from 255) = 55.63%
BLUE value IS 125 (49.22% from 255) = 40.19%
R=4.18%
G=55.63%
B=40.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131731250.9200.280.3216286.0236.47
HexDAD7D5C01C20a25624
Octal152551751340344024212644
Binary11011010110111111011011100011100100000101000101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,173,125); }

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

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

 a { background-color: rgb(13,173,125); }

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

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

 span { border-color: rgb(13,173,125); }

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