Shades of Persian Green #0DA298
Tints of Persian Green #0DA298
RGB
CMYK
RGB Variations
Color information
#0DA298 (or 0x0DA298) is known color: Persian Green. HEX triplet: 0D, A2 and 98. RGB value is (13,162,152). Sum of RGB (Red+Green+Blue) = 13+162+152=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA298 is #F25D67. Grayscale: #747474. Windows color (decimal): -15883624 or 10002957. OLE color: 10002957.
HSL color Cylindrical-coordinate representation of color #0DA298: hue angle of 175.97º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA298 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 162 | 152 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.36 |
| HSL | 175.97º | 0.85% | 0.34% | - |
| HSV(B) | 175.97º | 0.92% | 0.64% | - |
| XYZ | 18.75 | 28.19 | 34.16 | - |
| YUV | 116.31 | 148.14 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 152 | 0.92 | 0 | 0.06 | 0.36 | 175.97 | 0.85 | 0.34 |
| Hex | D | A2 | 98 | 5C | 0 | 6 | 24 | B0 | 55 | 22 |
| Octal | 15 | 242 | 230 | 134 | 0 | 6 | 44 | 260 | 125 | 42 |
| Binary | 1101 | 10100010 | 10011000 | 1011100 | 0 | 110 | 100100 | 10110000 | 1010101 | 100010 |
Color Harmonies of #0DA298
Complementary color
Monochromatic Colors of #0DA298
Black with #0DA298
Text Example
Text Example
White with #0DA298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA298; }
p { color: rgb(13,162,152); }
H1.HeaderClassName
{
color: #0DA298;
}
.AnyTagClassName
{
color: #0DA298;
}
</style>
background-color css
<style>
a { background-color: #0DA298; }
a { background-color: rgb(13,162,152); }
div.DivClassName
{
background-color: #0DA298;
}
.BgClassName
{
background-color: #0DA298;
}
</style>
border-color css
<style>
span { border-color: #0DA298; }
span { border-color: rgb(13,162,152); }
td.TdClassName
{
border-color: #0DA298;
}
.TagClassName
{
border-color: #0DA298;
}
</style>