Shades of Persian Green #0DAB9C
Tints of Persian Green #0DAB9C
RGB
CMYK
RGB Variations
Color information
#0DAB9C (or 0x0DAB9C) is known color: Persian Green. HEX triplet: 0D, AB and 9C. RGB value is (13,171,156). Sum of RGB (Red+Green+Blue) = 13+171+156=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAB9C is #F25463. Grayscale: #797979. Windows color (decimal): -15881316 or 10267405. OLE color: 10267405.
HSL color Cylindrical-coordinate representation of color #0DAB9C: hue angle of 174.3º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAB9C is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 156 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.33 |
| HSL | 174.3º | 0.86% | 0.36% | - |
| HSV(B) | 174.3º | 0.92% | 0.67% | - |
| XYZ | 20.73 | 31.61 | 36.46 | - |
| YUV | 122.05 | 147.15 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 156 | 0.92 | 0 | 0.09 | 0.33 | 174.3 | 0.86 | 0.36 |
| Hex | D | AB | 9C | 5C | 0 | 9 | 21 | AE | 56 | 24 |
| Octal | 15 | 253 | 234 | 134 | 0 | 11 | 41 | 256 | 126 | 44 |
| Binary | 1101 | 10101011 | 10011100 | 1011100 | 0 | 1001 | 100001 | 10101110 | 1010110 | 100100 |
Color Harmonies of #0DAB9C
Complementary color
Monochromatic Colors of #0DAB9C
Black with #0DAB9C
Text Example
Text Example
White with #0DAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB9C; }
p { color: rgb(13,171,156); }
H1.HeaderClassName
{
color: #0DAB9C;
}
.AnyTagClassName
{
color: #0DAB9C;
}
</style>
background-color css
<style>
a { background-color: #0DAB9C; }
a { background-color: rgb(13,171,156); }
div.DivClassName
{
background-color: #0DAB9C;
}
.BgClassName
{
background-color: #0DAB9C;
}
</style>
border-color css
<style>
span { border-color: #0DAB9C; }
span { border-color: rgb(13,171,156); }
td.TdClassName
{
border-color: #0DAB9C;
}
.TagClassName
{
border-color: #0DAB9C;
}
</style>