Shades of Persian Green #0DAC9F
Tints of Persian Green #0DAC9F
RGB
CMYK
RGB Variations
Color information
#0DAC9F (or 0x0DAC9F) is known color: Persian Green. HEX triplet: 0D, AC and 9F. RGB value is (13,172,159). Sum of RGB (Red+Green+Blue) = 13+172+159=344 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.78% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAC9F is #F25360. Grayscale: #7A7A7A. Windows color (decimal): -15881057 or 10464269. OLE color: 10464269.
HSL color Cylindrical-coordinate representation of color #0DAC9F: hue angle of 175.09º 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 #0DAC9F is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 159 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.33 |
| HSL | 175.09º | 0.86% | 0.36% | - |
| HSV(B) | 175.09º | 0.92% | 0.67% | - |
| XYZ | 21.18 | 32.09 | 37.88 | - |
| YUV | 122.98 | 148.32 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 159 | 0.92 | 0 | 0.08 | 0.33 | 175.09 | 0.86 | 0.36 |
| Hex | D | AC | 9F | 5C | 0 | 8 | 21 | AF | 56 | 24 |
| Octal | 15 | 254 | 237 | 134 | 0 | 10 | 41 | 257 | 126 | 44 |
| Binary | 1101 | 10101100 | 10011111 | 1011100 | 0 | 1000 | 100001 | 10101111 | 1010110 | 100100 |
Color Harmonies of #0DAC9F
Complementary color
Monochromatic Colors of #0DAC9F
Black with #0DAC9F
Text Example
Text Example
White with #0DAC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC9F; }
p { color: rgb(13,172,159); }
H1.HeaderClassName
{
color: #0DAC9F;
}
.AnyTagClassName
{
color: #0DAC9F;
}
</style>
background-color css
<style>
a { background-color: #0DAC9F; }
a { background-color: rgb(13,172,159); }
div.DivClassName
{
background-color: #0DAC9F;
}
.BgClassName
{
background-color: #0DAC9F;
}
</style>
border-color css
<style>
span { border-color: #0DAC9F; }
span { border-color: rgb(13,172,159); }
td.TdClassName
{
border-color: #0DAC9F;
}
.TagClassName
{
border-color: #0DAC9F;
}
</style>