Shades of Persian Green #0DAC92
Tints of Persian Green #0DAC92
RGB
CMYK
RGB Variations
Color information
#0DAC92 (or 0x0DAC92) is known color: Persian Green. HEX triplet: 0D, AC and 92. RGB value is (13,172,146). Sum of RGB (Red+Green+Blue) = 13+172+146=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAC92 is #F2536D. Grayscale: #797979. Windows color (decimal): -15881070 or 9612301. OLE color: 9612301.
HSL color Cylindrical-coordinate representation of color #0DAC92: hue angle of 170.19º 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 #0DAC92 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 146 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.33 |
| HSL | 170.19º | 0.86% | 0.36% | - |
| HSV(B) | 170.19º | 0.92% | 0.67% | - |
| XYZ | 20.11 | 31.67 | 32.25 | - |
| YUV | 121.5 | 141.82 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 146 | 0.92 | 0 | 0.15 | 0.33 | 170.19 | 0.86 | 0.36 |
| Hex | D | AC | 92 | 5C | 0 | F | 21 | AA | 56 | 24 |
| Octal | 15 | 254 | 222 | 134 | 0 | 17 | 41 | 252 | 126 | 44 |
| Binary | 1101 | 10101100 | 10010010 | 1011100 | 0 | 1111 | 100001 | 10101010 | 1010110 | 100100 |
Color Harmonies of #0DAC92
Complementary color
Monochromatic Colors of #0DAC92
Black with #0DAC92
Text Example
Text Example
White with #0DAC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC92; }
p { color: rgb(13,172,146); }
H1.HeaderClassName
{
color: #0DAC92;
}
.AnyTagClassName
{
color: #0DAC92;
}
</style>
background-color css
<style>
a { background-color: #0DAC92; }
a { background-color: rgb(13,172,146); }
div.DivClassName
{
background-color: #0DAC92;
}
.BgClassName
{
background-color: #0DAC92;
}
</style>
border-color css
<style>
span { border-color: #0DAC92; }
span { border-color: rgb(13,172,146); }
td.TdClassName
{
border-color: #0DAC92;
}
.TagClassName
{
border-color: #0DAC92;
}
</style>