Shades of Persian Green #0DAD9D
Tints of Persian Green #0DAD9D
RGB
CMYK
RGB Variations
Color information
#0DAD9D (or 0x0DAD9D) is known color: Persian Green. HEX triplet: 0D, AD and 9D. RGB value is (13,173,157). Sum of RGB (Red+Green+Blue) = 13+173+157=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAD9D is #F25262. Grayscale: #7B7B7B. Windows color (decimal): -15880803 or 10333453. OLE color: 10333453.
HSL color Cylindrical-coordinate representation of color #0DAD9D: hue angle of 174º 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 #0DAD9D is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 157 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.32 |
| HSL | 174º | 0.86% | 0.36% | - |
| HSV(B) | 174º | 0.92% | 0.68% | - |
| XYZ | 21.2 | 32.41 | 37.04 | - |
| YUV | 123.34 | 146.99 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 157 | 0.92 | 0 | 0.09 | 0.32 | 174 | 0.86 | 0.36 |
| Hex | D | AD | 9D | 5C | 0 | 9 | 20 | AE | 56 | 24 |
| Octal | 15 | 255 | 235 | 134 | 0 | 11 | 40 | 256 | 126 | 44 |
| Binary | 1101 | 10101101 | 10011101 | 1011100 | 0 | 1001 | 100000 | 10101110 | 1010110 | 100100 |
Color Harmonies of #0DAD9D
Complementary color
Monochromatic Colors of #0DAD9D
Black with #0DAD9D
Text Example
Text Example
White with #0DAD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD9D; }
p { color: rgb(13,173,157); }
H1.HeaderClassName
{
color: #0DAD9D;
}
.AnyTagClassName
{
color: #0DAD9D;
}
</style>
background-color css
<style>
a { background-color: #0DAD9D; }
a { background-color: rgb(13,173,157); }
div.DivClassName
{
background-color: #0DAD9D;
}
.BgClassName
{
background-color: #0DAD9D;
}
</style>
border-color css
<style>
span { border-color: #0DAD9D; }
span { border-color: rgb(13,173,157); }
td.TdClassName
{
border-color: #0DAD9D;
}
.TagClassName
{
border-color: #0DAD9D;
}
</style>