Shades of Persian Green #0DA996
Tints of Persian Green #0DA996
RGB
CMYK
RGB Variations
Color information
#0DA996 (or 0x0DA996) is known color: Persian Green. HEX triplet: 0D, A9 and 96. RGB value is (13,169,150). Sum of RGB (Red+Green+Blue) = 13+169+150=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA996 is #F25669. Grayscale: #787878. Windows color (decimal): -15881834 or 9873677. OLE color: 9873677.
HSL color Cylindrical-coordinate representation of color #0DA996: hue angle of 172.69º 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 #0DA996 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 169 | 150 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.34 |
| HSL | 172.69º | 0.86% | 0.36% | - |
| HSV(B) | 172.69º | 0.92% | 0.66% | - |
| XYZ | 19.86 | 30.66 | 33.73 | - |
| YUV | 120.19 | 144.82 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 150 | 0.92 | 0 | 0.11 | 0.34 | 172.69 | 0.86 | 0.36 |
| Hex | D | A9 | 96 | 5C | 0 | B | 22 | AD | 56 | 24 |
| Octal | 15 | 251 | 226 | 134 | 0 | 13 | 42 | 255 | 126 | 44 |
| Binary | 1101 | 10101001 | 10010110 | 1011100 | 0 | 1011 | 100010 | 10101101 | 1010110 | 100100 |
Color Harmonies of #0DA996
Complementary color
Monochromatic Colors of #0DA996
Black with #0DA996
Text Example
Text Example
White with #0DA996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA996; }
p { color: rgb(13,169,150); }
H1.HeaderClassName
{
color: #0DA996;
}
.AnyTagClassName
{
color: #0DA996;
}
</style>
background-color css
<style>
a { background-color: #0DA996; }
a { background-color: rgb(13,169,150); }
div.DivClassName
{
background-color: #0DA996;
}
.BgClassName
{
background-color: #0DA996;
}
</style>
border-color css
<style>
span { border-color: #0DA996; }
span { border-color: rgb(13,169,150); }
td.TdClassName
{
border-color: #0DA996;
}
.TagClassName
{
border-color: #0DA996;
}
</style>