Shades of Persian Green #0DA299
Tints of Persian Green #0DA299
RGB
CMYK
RGB Variations
Color information
#0DA299 (or 0x0DA299) is known color: Persian Green. HEX triplet: 0D, A2 and 99. RGB value is (13,162,153). Sum of RGB (Red+Green+Blue) = 13+162+153=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA299 is #F25D66. Grayscale: #747474. Windows color (decimal): -15883623 or 10068493. OLE color: 10068493.
HSL color Cylindrical-coordinate representation of color #0DA299: hue angle of 176.38º 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 #0DA299 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 162 | 153 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.36 |
| HSL | 176.38º | 0.85% | 0.34% | - |
| HSV(B) | 176.38º | 0.92% | 0.64% | - |
| XYZ | 18.84 | 28.23 | 34.59 | - |
| YUV | 116.42 | 148.64 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 153 | 0.92 | 0 | 0.06 | 0.36 | 176.38 | 0.85 | 0.34 |
| Hex | D | A2 | 99 | 5C | 0 | 6 | 24 | B0 | 55 | 22 |
| Octal | 15 | 242 | 231 | 134 | 0 | 6 | 44 | 260 | 125 | 42 |
| Binary | 1101 | 10100010 | 10011001 | 1011100 | 0 | 110 | 100100 | 10110000 | 1010101 | 100010 |
Color Harmonies of #0DA299
Complementary color
Monochromatic Colors of #0DA299
Black with #0DA299
Text Example
Text Example
White with #0DA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA299; }
p { color: rgb(13,162,153); }
H1.HeaderClassName
{
color: #0DA299;
}
.AnyTagClassName
{
color: #0DA299;
}
</style>
background-color css
<style>
a { background-color: #0DA299; }
a { background-color: rgb(13,162,153); }
div.DivClassName
{
background-color: #0DA299;
}
.BgClassName
{
background-color: #0DA299;
}
</style>
border-color css
<style>
span { border-color: #0DA299; }
span { border-color: rgb(13,162,153); }
td.TdClassName
{
border-color: #0DA299;
}
.TagClassName
{
border-color: #0DA299;
}
</style>