Shades of Persian Green #0DB79A
Tints of Persian Green #0DB79A
RGB
CMYK
RGB Variations
Color information
#0DB79A (or 0x0DB79A) is known color: Persian Green. HEX triplet: 0D, B7 and 9A. RGB value is (13,183,154). Sum of RGB (Red+Green+Blue) = 13+183+154=350 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.71% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB79A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB79A is #F24865. Grayscale: #808080. Windows color (decimal): -15878246 or 10139405. OLE color: 10139405.
HSL color Cylindrical-coordinate representation of color #0DB79A: hue angle of 169.76º 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 #0DB79A is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 154 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.28 |
| HSL | 169.76º | 0.87% | 0.38% | - |
| HSV(B) | 169.76º | 0.93% | 0.72% | - |
| XYZ | 22.93 | 36.29 | 36.37 | - |
| YUV | 128.86 | 142.18 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 154 | 0.93 | 0 | 0.16 | 0.28 | 169.76 | 0.87 | 0.38 |
| Hex | D | B7 | 9A | 5D | 0 | 10 | 1C | AA | 57 | 26 |
| Octal | 15 | 267 | 232 | 135 | 0 | 20 | 34 | 252 | 127 | 46 |
| Binary | 1101 | 10110111 | 10011010 | 1011101 | 0 | 10000 | 11100 | 10101010 | 1010111 | 100110 |
Color Harmonies of #0DB79A
Complementary color
Monochromatic Colors of #0DB79A
Black with #0DB79A
Text Example
Text Example
White with #0DB79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB79A; }
p { color: rgb(13,183,154); }
H1.HeaderClassName
{
color: #0DB79A;
}
.AnyTagClassName
{
color: #0DB79A;
}
</style>
background-color css
<style>
a { background-color: #0DB79A; }
a { background-color: rgb(13,183,154); }
div.DivClassName
{
background-color: #0DB79A;
}
.BgClassName
{
background-color: #0DB79A;
}
</style>
border-color css
<style>
span { border-color: #0DB79A; }
span { border-color: rgb(13,183,154); }
td.TdClassName
{
border-color: #0DB79A;
}
.TagClassName
{
border-color: #0DB79A;
}
</style>