Shades of Persian Green #0DA98C
Tints of Persian Green #0DA98C
RGB
CMYK
RGB Variations
Color information
#0DA98C (or 0x0DA98C) is known color: Persian Green. HEX triplet: 0D, A9 and 8C. RGB value is (13,169,140). Sum of RGB (Red+Green+Blue) = 13+169+140=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 169 (66.41% from 255 or 52.48% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA98C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA98C is #F25673. Grayscale: #777777. Windows color (decimal): -15881844 or 9218317. OLE color: 9218317.
HSL color Cylindrical-coordinate representation of color #0DA98C: hue angle of 168.85º 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 #0DA98C is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 169 | 140 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.34 |
| HSL | 168.85º | 0.86% | 0.36% | - |
| HSV(B) | 168.85º | 0.92% | 0.66% | - |
| XYZ | 19.09 | 30.35 | 29.66 | - |
| YUV | 119.05 | 139.82 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 140 | 0.92 | 0 | 0.17 | 0.34 | 168.85 | 0.86 | 0.36 |
| Hex | D | A9 | 8C | 5C | 0 | 11 | 22 | A9 | 56 | 24 |
| Octal | 15 | 251 | 214 | 134 | 0 | 21 | 42 | 251 | 126 | 44 |
| Binary | 1101 | 10101001 | 10001100 | 1011100 | 0 | 10001 | 100010 | 10101001 | 1010110 | 100100 |
Color Harmonies of #0DA98C
Complementary color
Monochromatic Colors of #0DA98C
Black with #0DA98C
Text Example
Text Example
White with #0DA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA98C; }
p { color: rgb(13,169,140); }
H1.HeaderClassName
{
color: #0DA98C;
}
.AnyTagClassName
{
color: #0DA98C;
}
</style>
background-color css
<style>
a { background-color: #0DA98C; }
a { background-color: rgb(13,169,140); }
div.DivClassName
{
background-color: #0DA98C;
}
.BgClassName
{
background-color: #0DA98C;
}
</style>
border-color css
<style>
span { border-color: #0DA98C; }
span { border-color: rgb(13,169,140); }
td.TdClassName
{
border-color: #0DA98C;
}
.TagClassName
{
border-color: #0DA98C;
}
</style>