Shades of Persian Green #0DA995
Tints of Persian Green #0DA995
RGB
CMYK
RGB Variations
Color information
#0DA995 (or 0x0DA995) is known color: Persian Green. HEX triplet: 0D, A9 and 95. RGB value is (13,169,149). Sum of RGB (Red+Green+Blue) = 13+169+149=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA995 is #F2566A. Grayscale: #787878. Windows color (decimal): -15881835 or 9808141. OLE color: 9808141.
HSL color Cylindrical-coordinate representation of color #0DA995: hue angle of 172.31º 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 #0DA995 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 169 | 149 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.34 |
| HSL | 172.31º | 0.86% | 0.36% | - |
| HSV(B) | 172.31º | 0.92% | 0.66% | - |
| XYZ | 19.78 | 30.63 | 33.3 | - |
| YUV | 120.08 | 144.32 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 149 | 0.92 | 0 | 0.12 | 0.34 | 172.31 | 0.86 | 0.36 |
| Hex | D | A9 | 95 | 5C | 0 | C | 22 | AC | 56 | 24 |
| Octal | 15 | 251 | 225 | 134 | 0 | 14 | 42 | 254 | 126 | 44 |
| Binary | 1101 | 10101001 | 10010101 | 1011100 | 0 | 1100 | 100010 | 10101100 | 1010110 | 100100 |
Color Harmonies of #0DA995
Complementary color
Monochromatic Colors of #0DA995
Black with #0DA995
Text Example
Text Example
White with #0DA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA995; }
p { color: rgb(13,169,149); }
H1.HeaderClassName
{
color: #0DA995;
}
.AnyTagClassName
{
color: #0DA995;
}
</style>
background-color css
<style>
a { background-color: #0DA995; }
a { background-color: rgb(13,169,149); }
div.DivClassName
{
background-color: #0DA995;
}
.BgClassName
{
background-color: #0DA995;
}
</style>
border-color css
<style>
span { border-color: #0DA995; }
span { border-color: rgb(13,169,149); }
td.TdClassName
{
border-color: #0DA995;
}
.TagClassName
{
border-color: #0DA995;
}
</style>