Shades of Persian Green #0DA385
Tints of Persian Green #0DA385
RGB
CMYK
RGB Variations
Color information
#0DA385 (or 0x0DA385) is known color: Persian Green. HEX triplet: 0D, A3 and 85. RGB value is (13,163,133). Sum of RGB (Red+Green+Blue) = 13+163+133=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 163 (64.06% from 255 or 52.75% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA385 is #F25C7A. Grayscale: #727272. Windows color (decimal): -15883387 or 8758029. OLE color: 8758029.
HSL color Cylindrical-coordinate representation of color #0DA385: hue angle of 168º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA385 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 163 | 133 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.36 |
| HSL | 168º | 0.85% | 0.35% | - |
| HSV(B) | 168º | 0.92% | 0.64% | - |
| XYZ | 17.5 | 27.97 | 26.67 | - |
| YUV | 114.73 | 138.31 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 163 | 133 | 0.92 | 0 | 0.18 | 0.36 | 168 | 0.85 | 0.35 |
| Hex | D | A3 | 85 | 5C | 0 | 12 | 24 | A8 | 55 | 23 |
| Octal | 15 | 243 | 205 | 134 | 0 | 22 | 44 | 250 | 125 | 43 |
| Binary | 1101 | 10100011 | 10000101 | 1011100 | 0 | 10010 | 100100 | 10101000 | 1010101 | 100011 |
Color Harmonies of #0DA385
Complementary color
Monochromatic Colors of #0DA385
Black with #0DA385
Text Example
Text Example
White with #0DA385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA385; }
p { color: rgb(13,163,133); }
H1.HeaderClassName
{
color: #0DA385;
}
.AnyTagClassName
{
color: #0DA385;
}
</style>
background-color css
<style>
a { background-color: #0DA385; }
a { background-color: rgb(13,163,133); }
div.DivClassName
{
background-color: #0DA385;
}
.BgClassName
{
background-color: #0DA385;
}
</style>
border-color css
<style>
span { border-color: #0DA385; }
span { border-color: rgb(13,163,133); }
td.TdClassName
{
border-color: #0DA385;
}
.TagClassName
{
border-color: #0DA385;
}
</style>