Shades of Persian Green #0DAC96
Tints of Persian Green #0DAC96
RGB
CMYK
RGB Variations
Color information
#0DAC96 (or 0x0DAC96) is known color: Persian Green. HEX triplet: 0D, AC and 96. RGB value is (13,172,150). Sum of RGB (Red+Green+Blue) = 13+172+150=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAC96 is #F25369. Grayscale: #797979. Windows color (decimal): -15881066 or 9874445. OLE color: 9874445.
HSL color Cylindrical-coordinate representation of color #0DAC96: hue angle of 171.7º 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 #0DAC96 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 150 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.33 |
| HSL | 171.7º | 0.86% | 0.36% | - |
| HSV(B) | 171.7º | 0.92% | 0.67% | - |
| XYZ | 20.42 | 31.79 | 33.91 | - |
| YUV | 121.95 | 143.82 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 150 | 0.92 | 0 | 0.13 | 0.33 | 171.7 | 0.86 | 0.36 |
| Hex | D | AC | 96 | 5C | 0 | D | 21 | AC | 56 | 24 |
| Octal | 15 | 254 | 226 | 134 | 0 | 15 | 41 | 254 | 126 | 44 |
| Binary | 1101 | 10101100 | 10010110 | 1011100 | 0 | 1101 | 100001 | 10101100 | 1010110 | 100100 |
Color Harmonies of #0DAC96
Complementary color
Monochromatic Colors of #0DAC96
Black with #0DAC96
Text Example
Text Example
White with #0DAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC96; }
p { color: rgb(13,172,150); }
H1.HeaderClassName
{
color: #0DAC96;
}
.AnyTagClassName
{
color: #0DAC96;
}
</style>
background-color css
<style>
a { background-color: #0DAC96; }
a { background-color: rgb(13,172,150); }
div.DivClassName
{
background-color: #0DAC96;
}
.BgClassName
{
background-color: #0DAC96;
}
</style>
border-color css
<style>
span { border-color: #0DAC96; }
span { border-color: rgb(13,172,150); }
td.TdClassName
{
border-color: #0DAC96;
}
.TagClassName
{
border-color: #0DAC96;
}
</style>