Shades of Persian Green #0DA189
Tints of Persian Green #0DA189
RGB
CMYK
RGB Variations
Color information
#0DA189 (or 0x0DA189) is known color: Persian Green. HEX triplet: 0D, A1 and 89. RGB value is (13,161,137). Sum of RGB (Red+Green+Blue) = 13+161+137=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA189 is #F25E76. Grayscale: #717171. Windows color (decimal): -15883895 or 9019661. OLE color: 9019661.
HSL color Cylindrical-coordinate representation of color #0DA189: hue angle of 170.27º 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 #0DA189 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 161 | 137 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.37 |
| HSL | 170.27º | 0.85% | 0.34% | - |
| HSV(B) | 170.27º | 0.92% | 0.63% | - |
| XYZ | 17.43 | 27.38 | 28.03 | - |
| YUV | 114.01 | 140.97 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 161 | 137 | 0.92 | 0 | 0.15 | 0.37 | 170.27 | 0.85 | 0.34 |
| Hex | D | A1 | 89 | 5C | 0 | F | 25 | AA | 55 | 22 |
| Octal | 15 | 241 | 211 | 134 | 0 | 17 | 45 | 252 | 125 | 42 |
| Binary | 1101 | 10100001 | 10001001 | 1011100 | 0 | 1111 | 100101 | 10101010 | 1010101 | 100010 |
Color Harmonies of #0DA189
Complementary color
Monochromatic Colors of #0DA189
Black with #0DA189
Text Example
Text Example
White with #0DA189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA189; }
p { color: rgb(13,161,137); }
H1.HeaderClassName
{
color: #0DA189;
}
.AnyTagClassName
{
color: #0DA189;
}
</style>
background-color css
<style>
a { background-color: #0DA189; }
a { background-color: rgb(13,161,137); }
div.DivClassName
{
background-color: #0DA189;
}
.BgClassName
{
background-color: #0DA189;
}
</style>
border-color css
<style>
span { border-color: #0DA189; }
span { border-color: rgb(13,161,137); }
td.TdClassName
{
border-color: #0DA189;
}
.TagClassName
{
border-color: #0DA189;
}
</style>