Shades of Persian Green #0DB393
Tints of Persian Green #0DB393
RGB
CMYK
RGB Variations
Color information
#0DB393 (or 0x0DB393) is known color: Persian Green. HEX triplet: 0D, B3 and 93. RGB value is (13,179,147). Sum of RGB (Red+Green+Blue) = 13+179+147=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB393 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB393 is #F24C6C. Grayscale: #7D7D7D. Windows color (decimal): -15879277 or 9679629. OLE color: 9679629.
HSL color Cylindrical-coordinate representation of color #0DB393: hue angle of 168.43º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB393 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 179 | 147 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.30 |
| HSL | 168.43º | 0.86% | 0.38% | - |
| HSV(B) | 168.43º | 0.93% | 0.7% | - |
| XYZ | 21.55 | 34.43 | 33.11 | - |
| YUV | 125.72 | 140 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 179 | 147 | 0.93 | 0 | 0.18 | 0.30 | 168.43 | 0.86 | 0.38 |
| Hex | D | B3 | 93 | 5D | 0 | 12 | 1E | A8 | 56 | 26 |
| Octal | 15 | 263 | 223 | 135 | 0 | 22 | 36 | 250 | 126 | 46 |
| Binary | 1101 | 10110011 | 10010011 | 1011101 | 0 | 10010 | 11110 | 10101000 | 1010110 | 100110 |
Color Harmonies of #0DB393
Complementary color
Monochromatic Colors of #0DB393
Black with #0DB393
Text Example
Text Example
White with #0DB393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB393; }
p { color: rgb(13,179,147); }
H1.HeaderClassName
{
color: #0DB393;
}
.AnyTagClassName
{
color: #0DB393;
}
</style>
background-color css
<style>
a { background-color: #0DB393; }
a { background-color: rgb(13,179,147); }
div.DivClassName
{
background-color: #0DB393;
}
.BgClassName
{
background-color: #0DB393;
}
</style>
border-color css
<style>
span { border-color: #0DB393; }
span { border-color: rgb(13,179,147); }
td.TdClassName
{
border-color: #0DB393;
}
.TagClassName
{
border-color: #0DB393;
}
</style>