Shades of Persian Green #0DAC95
Tints of Persian Green #0DAC95
RGB
CMYK
RGB Variations
Color information
#0DAC95 (or 0x0DAC95) is known color: Persian Green. HEX triplet: 0D, AC and 95. RGB value is (13,172,149). Sum of RGB (Red+Green+Blue) = 13+172+149=334 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.89% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAC95 is #F2536A. Grayscale: #797979. Windows color (decimal): -15881067 or 9808909. OLE color: 9808909.
HSL color Cylindrical-coordinate representation of color #0DAC95: hue angle of 171.32º 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 #0DAC95 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 149 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.33 |
| HSL | 171.32º | 0.86% | 0.36% | - |
| HSV(B) | 171.32º | 0.92% | 0.67% | - |
| XYZ | 20.34 | 31.76 | 33.49 | - |
| YUV | 121.84 | 143.32 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 149 | 0.92 | 0 | 0.13 | 0.33 | 171.32 | 0.86 | 0.36 |
| Hex | D | AC | 95 | 5C | 0 | D | 21 | AB | 56 | 24 |
| Octal | 15 | 254 | 225 | 134 | 0 | 15 | 41 | 253 | 126 | 44 |
| Binary | 1101 | 10101100 | 10010101 | 1011100 | 0 | 1101 | 100001 | 10101011 | 1010110 | 100100 |
Color Harmonies of #0DAC95
Complementary color
Monochromatic Colors of #0DAC95
Black with #0DAC95
Text Example
Text Example
White with #0DAC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC95; }
p { color: rgb(13,172,149); }
H1.HeaderClassName
{
color: #0DAC95;
}
.AnyTagClassName
{
color: #0DAC95;
}
</style>
background-color css
<style>
a { background-color: #0DAC95; }
a { background-color: rgb(13,172,149); }
div.DivClassName
{
background-color: #0DAC95;
}
.BgClassName
{
background-color: #0DAC95;
}
</style>
border-color css
<style>
span { border-color: #0DAC95; }
span { border-color: rgb(13,172,149); }
td.TdClassName
{
border-color: #0DAC95;
}
.TagClassName
{
border-color: #0DAC95;
}
</style>