Shades of Persian Green #0DA598
Tints of Persian Green #0DA598
RGB
CMYK
RGB Variations
Color information
#0DA598 (or 0x0DA598) is known color: Persian Green. HEX triplet: 0D, A5 and 98. RGB value is (13,165,152). Sum of RGB (Red+Green+Blue) = 13+165+152=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA598 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA598 is #F25A67. Grayscale: #757575. Windows color (decimal): -15882856 or 10003725. OLE color: 10003725.
HSL color Cylindrical-coordinate representation of color #0DA598: hue angle of 174.87º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA598 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 165 | 152 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.35 |
| HSL | 174.87º | 0.85% | 0.35% | - |
| HSV(B) | 174.87º | 0.92% | 0.65% | - |
| XYZ | 19.29 | 29.26 | 34.34 | - |
| YUV | 118.07 | 147.14 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 165 | 152 | 0.92 | 0 | 0.08 | 0.35 | 174.87 | 0.85 | 0.35 |
| Hex | D | A5 | 98 | 5C | 0 | 8 | 23 | AF | 55 | 23 |
| Octal | 15 | 245 | 230 | 134 | 0 | 10 | 43 | 257 | 125 | 43 |
| Binary | 1101 | 10100101 | 10011000 | 1011100 | 0 | 1000 | 100011 | 10101111 | 1010101 | 100011 |
Color Harmonies of #0DA598
Complementary color
Monochromatic Colors of #0DA598
Black with #0DA598
Text Example
Text Example
White with #0DA598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA598; }
p { color: rgb(13,165,152); }
H1.HeaderClassName
{
color: #0DA598;
}
.AnyTagClassName
{
color: #0DA598;
}
</style>
background-color css
<style>
a { background-color: #0DA598; }
a { background-color: rgb(13,165,152); }
div.DivClassName
{
background-color: #0DA598;
}
.BgClassName
{
background-color: #0DA598;
}
</style>
border-color css
<style>
span { border-color: #0DA598; }
span { border-color: rgb(13,165,152); }
td.TdClassName
{
border-color: #0DA598;
}
.TagClassName
{
border-color: #0DA598;
}
</style>