Shades of Persian Green #0DA188
Tints of Persian Green #0DA188
RGB
CMYK
RGB Variations
Color information
#0DA188 (or 0x0DA188) is known color: Persian Green. HEX triplet: 0D, A1 and 88. RGB value is (13,161,136). Sum of RGB (Red+Green+Blue) = 13+161+136=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 161 (63.28% from 255 or 51.94% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA188 is #F25E77. Grayscale: #717171. Windows color (decimal): -15883896 or 8954125. OLE color: 8954125.
HSL color Cylindrical-coordinate representation of color #0DA188: hue angle of 169.86º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA188 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 161 | 136 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.37 |
| HSL | 169.86º | 0.85% | 0.34% | - |
| HSV(B) | 169.86º | 0.92% | 0.63% | - |
| XYZ | 17.35 | 27.35 | 27.66 | - |
| YUV | 113.9 | 140.47 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 161 | 136 | 0.92 | 0 | 0.16 | 0.37 | 169.86 | 0.85 | 0.34 |
| Hex | D | A1 | 88 | 5C | 0 | 10 | 25 | AA | 55 | 22 |
| Octal | 15 | 241 | 210 | 134 | 0 | 20 | 45 | 252 | 125 | 42 |
| Binary | 1101 | 10100001 | 10001000 | 1011100 | 0 | 10000 | 100101 | 10101010 | 1010101 | 100010 |
Color Harmonies of #0DA188
Complementary color
Monochromatic Colors of #0DA188
Black with #0DA188
Text Example
Text Example
White with #0DA188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA188; }
p { color: rgb(13,161,136); }
H1.HeaderClassName
{
color: #0DA188;
}
.AnyTagClassName
{
color: #0DA188;
}
</style>
background-color css
<style>
a { background-color: #0DA188; }
a { background-color: rgb(13,161,136); }
div.DivClassName
{
background-color: #0DA188;
}
.BgClassName
{
background-color: #0DA188;
}
</style>
border-color css
<style>
span { border-color: #0DA188; }
span { border-color: rgb(13,161,136); }
td.TdClassName
{
border-color: #0DA188;
}
.TagClassName
{
border-color: #0DA188;
}
</style>