Shades of Persian Green #0DB296
Tints of Persian Green #0DB296
RGB
CMYK
RGB Variations
Color information
#0DB296 (or 0x0DB296) is known color: Persian Green. HEX triplet: 0D, B2 and 96. RGB value is (13,178,150). Sum of RGB (Red+Green+Blue) = 13+178+150=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DB296 is #F24D69. Grayscale: #7D7D7D. Windows color (decimal): -15879530 or 9875981. OLE color: 9875981.
HSL color Cylindrical-coordinate representation of color #0DB296: hue angle of 169.82º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB296 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 178 | 150 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.30 |
| HSL | 169.82º | 0.86% | 0.37% | - |
| HSV(B) | 169.82º | 0.93% | 0.7% | - |
| XYZ | 21.59 | 34.13 | 34.3 | - |
| YUV | 125.47 | 141.84 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 150 | 0.93 | 0 | 0.16 | 0.30 | 169.82 | 0.86 | 0.37 |
| Hex | D | B2 | 96 | 5D | 0 | 10 | 1E | AA | 56 | 25 |
| Octal | 15 | 262 | 226 | 135 | 0 | 20 | 36 | 252 | 126 | 45 |
| Binary | 1101 | 10110010 | 10010110 | 1011101 | 0 | 10000 | 11110 | 10101010 | 1010110 | 100101 |
Color Harmonies of #0DB296
Complementary color
Monochromatic Colors of #0DB296
Black with #0DB296
Text Example
Text Example
White with #0DB296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB296; }
p { color: rgb(13,178,150); }
H1.HeaderClassName
{
color: #0DB296;
}
.AnyTagClassName
{
color: #0DB296;
}
</style>
background-color css
<style>
a { background-color: #0DB296; }
a { background-color: rgb(13,178,150); }
div.DivClassName
{
background-color: #0DB296;
}
.BgClassName
{
background-color: #0DB296;
}
</style>
border-color css
<style>
span { border-color: #0DB296; }
span { border-color: rgb(13,178,150); }
td.TdClassName
{
border-color: #0DB296;
}
.TagClassName
{
border-color: #0DB296;
}
</style>