Shades of Persian Green #0DB79C
Tints of Persian Green #0DB79C
RGB
CMYK
RGB Variations
Color information
#0DB79C (or 0x0DB79C) is known color: Persian Green. HEX triplet: 0D, B7 and 9C. RGB value is (13,183,156). Sum of RGB (Red+Green+Blue) = 13+183+156=352 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.69% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB79C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB79C is #F24863. Grayscale: #818181. Windows color (decimal): -15878244 or 10270477. OLE color: 10270477.
HSL color Cylindrical-coordinate representation of color #0DB79C: hue angle of 170.47º 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 #0DB79C is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 156 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.28 |
| HSL | 170.47º | 0.87% | 0.38% | - |
| HSV(B) | 170.47º | 0.93% | 0.72% | - |
| XYZ | 23.1 | 36.35 | 37.25 | - |
| YUV | 129.09 | 143.18 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 156 | 0.93 | 0 | 0.15 | 0.28 | 170.47 | 0.87 | 0.38 |
| Hex | D | B7 | 9C | 5D | 0 | F | 1C | AA | 57 | 26 |
| Octal | 15 | 267 | 234 | 135 | 0 | 17 | 34 | 252 | 127 | 46 |
| Binary | 1101 | 10110111 | 10011100 | 1011101 | 0 | 1111 | 11100 | 10101010 | 1010111 | 100110 |
Color Harmonies of #0DB79C
Complementary color
Monochromatic Colors of #0DB79C
Black with #0DB79C
Text Example
Text Example
White with #0DB79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB79C; }
p { color: rgb(13,183,156); }
H1.HeaderClassName
{
color: #0DB79C;
}
.AnyTagClassName
{
color: #0DB79C;
}
</style>
background-color css
<style>
a { background-color: #0DB79C; }
a { background-color: rgb(13,183,156); }
div.DivClassName
{
background-color: #0DB79C;
}
.BgClassName
{
background-color: #0DB79C;
}
</style>
border-color css
<style>
span { border-color: #0DB79C; }
span { border-color: rgb(13,183,156); }
td.TdClassName
{
border-color: #0DB79C;
}
.TagClassName
{
border-color: #0DB79C;
}
</style>