Shades of Persian Green #0DAC9B
Tints of Persian Green #0DAC9B
RGB
CMYK
RGB Variations
Color information
#0DAC9B (or 0x0DAC9B) is known color: Persian Green. HEX triplet: 0D, AC and 9B. RGB value is (13,172,155). Sum of RGB (Red+Green+Blue) = 13+172+155=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAC9B is #F25364. Grayscale: #7A7A7A. Windows color (decimal): -15881061 or 10202125. OLE color: 10202125.
HSL color Cylindrical-coordinate representation of color #0DAC9B: hue angle of 173.58º 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 #0DAC9B is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 155 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.33 |
| HSL | 173.58º | 0.86% | 0.36% | - |
| HSV(B) | 173.58º | 0.92% | 0.67% | - |
| XYZ | 20.83 | 31.96 | 36.08 | - |
| YUV | 122.52 | 146.32 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 155 | 0.92 | 0 | 0.10 | 0.33 | 173.58 | 0.86 | 0.36 |
| Hex | D | AC | 9B | 5C | 0 | A | 21 | AE | 56 | 24 |
| Octal | 15 | 254 | 233 | 134 | 0 | 12 | 41 | 256 | 126 | 44 |
| Binary | 1101 | 10101100 | 10011011 | 1011100 | 0 | 1010 | 100001 | 10101110 | 1010110 | 100100 |
Color Harmonies of #0DAC9B
Complementary color
Monochromatic Colors of #0DAC9B
Black with #0DAC9B
Text Example
Text Example
White with #0DAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC9B; }
p { color: rgb(13,172,155); }
H1.HeaderClassName
{
color: #0DAC9B;
}
.AnyTagClassName
{
color: #0DAC9B;
}
</style>
background-color css
<style>
a { background-color: #0DAC9B; }
a { background-color: rgb(13,172,155); }
div.DivClassName
{
background-color: #0DAC9B;
}
.BgClassName
{
background-color: #0DAC9B;
}
</style>
border-color css
<style>
span { border-color: #0DAC9B; }
span { border-color: rgb(13,172,155); }
td.TdClassName
{
border-color: #0DAC9B;
}
.TagClassName
{
border-color: #0DAC9B;
}
</style>