Shades of Persian Green #0DB799
Tints of Persian Green #0DB799
RGB
CMYK
RGB Variations
Color information
#0DB799 (or 0x0DB799) is known color: Persian Green. HEX triplet: 0D, B7 and 99. RGB value is (13,183,153). Sum of RGB (Red+Green+Blue) = 13+183+153=349 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.72% from 349); Green value is 183 (71.88% from 255 or 52.44% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB799 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB799 is #F24866. Grayscale: #808080. Windows color (decimal): -15878247 or 10073869. OLE color: 10073869.
HSL color Cylindrical-coordinate representation of color #0DB799: hue angle of 169.41º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB799 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 153 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.28 |
| HSL | 169.41º | 0.87% | 0.38% | - |
| HSV(B) | 169.41º | 0.93% | 0.72% | - |
| XYZ | 22.85 | 36.25 | 35.93 | - |
| YUV | 128.75 | 141.68 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 153 | 0.93 | 0 | 0.16 | 0.28 | 169.41 | 0.87 | 0.38 |
| Hex | D | B7 | 99 | 5D | 0 | 10 | 1C | A9 | 57 | 26 |
| Octal | 15 | 267 | 231 | 135 | 0 | 20 | 34 | 251 | 127 | 46 |
| Binary | 1101 | 10110111 | 10011001 | 1011101 | 0 | 10000 | 11100 | 10101001 | 1010111 | 100110 |
Color Harmonies of #0DB799
Complementary color
Monochromatic Colors of #0DB799
Black with #0DB799
Text Example
Text Example
White with #0DB799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB799; }
p { color: rgb(13,183,153); }
H1.HeaderClassName
{
color: #0DB799;
}
.AnyTagClassName
{
color: #0DB799;
}
</style>
background-color css
<style>
a { background-color: #0DB799; }
a { background-color: rgb(13,183,153); }
div.DivClassName
{
background-color: #0DB799;
}
.BgClassName
{
background-color: #0DB799;
}
</style>
border-color css
<style>
span { border-color: #0DB799; }
span { border-color: rgb(13,183,153); }
td.TdClassName
{
border-color: #0DB799;
}
.TagClassName
{
border-color: #0DB799;
}
</style>