Shades of Persian Green #0DB19B
Tints of Persian Green #0DB19B
RGB
CMYK
RGB Variations
Color information
#0DB19B (or 0x0DB19B) is known color: Persian Green. HEX triplet: 0D, B1 and 9B. RGB value is (13,177,155). Sum of RGB (Red+Green+Blue) = 13+177+155=345 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.77% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #0DB19B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DB19B is #F24E64. Grayscale: #7D7D7D. Windows color (decimal): -15879781 or 10203405. OLE color: 10203405.
HSL color Cylindrical-coordinate representation of color #0DB19B: hue angle of 171.95º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB19B is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 177 | 155 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.31 |
| HSL | 171.95º | 0.86% | 0.37% | - |
| HSV(B) | 171.95º | 0.93% | 0.69% | - |
| XYZ | 21.8 | 33.9 | 36.4 | - |
| YUV | 125.46 | 144.67 | 47.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 177 | 155 | 0.93 | 0 | 0.12 | 0.31 | 171.95 | 0.86 | 0.37 |
| Hex | D | B1 | 9B | 5D | 0 | C | 1F | AC | 56 | 25 |
| Octal | 15 | 261 | 233 | 135 | 0 | 14 | 37 | 254 | 126 | 45 |
| Binary | 1101 | 10110001 | 10011011 | 1011101 | 0 | 1100 | 11111 | 10101100 | 1010110 | 100101 |
Color Harmonies of #0DB19B
Complementary color
Monochromatic Colors of #0DB19B
Black with #0DB19B
Text Example
Text Example
White with #0DB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB19B; }
p { color: rgb(13,177,155); }
H1.HeaderClassName
{
color: #0DB19B;
}
.AnyTagClassName
{
color: #0DB19B;
}
</style>
background-color css
<style>
a { background-color: #0DB19B; }
a { background-color: rgb(13,177,155); }
div.DivClassName
{
background-color: #0DB19B;
}
.BgClassName
{
background-color: #0DB19B;
}
</style>
border-color css
<style>
span { border-color: #0DB19B; }
span { border-color: rgb(13,177,155); }
td.TdClassName
{
border-color: #0DB19B;
}
.TagClassName
{
border-color: #0DB19B;
}
</style>