Shades of Persian Green #0DB49F
Tints of Persian Green #0DB49F
RGB
CMYK
RGB Variations
Color information
#0DB49F (or 0x0DB49F) is known color: Persian Green. HEX triplet: 0D, B4 and 9F. RGB value is (13,180,159). Sum of RGB (Red+Green+Blue) = 13+180+159=352 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.69% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB49F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB49F is #F24B60. Grayscale: #7F7F7F. Windows color (decimal): -15879009 or 10466317. OLE color: 10466317.
HSL color Cylindrical-coordinate representation of color #0DB49F: hue angle of 172.46º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB49F is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 180 | 159 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.29 |
| HSL | 172.46º | 0.87% | 0.38% | - |
| HSV(B) | 172.46º | 0.93% | 0.71% | - |
| XYZ | 22.75 | 35.23 | 38.4 | - |
| YUV | 127.67 | 145.67 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 159 | 0.93 | 0 | 0.12 | 0.29 | 172.46 | 0.87 | 0.38 |
| Hex | D | B4 | 9F | 5D | 0 | C | 1D | AC | 57 | 26 |
| Octal | 15 | 264 | 237 | 135 | 0 | 14 | 35 | 254 | 127 | 46 |
| Binary | 1101 | 10110100 | 10011111 | 1011101 | 0 | 1100 | 11101 | 10101100 | 1010111 | 100110 |
Color Harmonies of #0DB49F
Complementary color
Monochromatic Colors of #0DB49F
Black with #0DB49F
Text Example
Text Example
White with #0DB49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB49F; }
p { color: rgb(13,180,159); }
H1.HeaderClassName
{
color: #0DB49F;
}
.AnyTagClassName
{
color: #0DB49F;
}
</style>
background-color css
<style>
a { background-color: #0DB49F; }
a { background-color: rgb(13,180,159); }
div.DivClassName
{
background-color: #0DB49F;
}
.BgClassName
{
background-color: #0DB49F;
}
</style>
border-color css
<style>
span { border-color: #0DB49F; }
span { border-color: rgb(13,180,159); }
td.TdClassName
{
border-color: #0DB49F;
}
.TagClassName
{
border-color: #0DB49F;
}
</style>