Shades of Persian Green #0DAA8D
Tints of Persian Green #0DAA8D
RGB
CMYK
RGB Variations
Color information
#0DAA8D (or 0x0DAA8D) is known color: Persian Green. HEX triplet: 0D, AA and 8D. RGB value is (13,170,141). Sum of RGB (Red+Green+Blue) = 13+170+141=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAA8D is #F25572. Grayscale: #777777. Windows color (decimal): -15881587 or 9284109. OLE color: 9284109.
HSL color Cylindrical-coordinate representation of color #0DAA8D: hue angle of 168.92º 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 #0DAA8D is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 141 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.33 |
| HSL | 168.92º | 0.86% | 0.36% | - |
| HSV(B) | 168.92º | 0.92% | 0.67% | - |
| XYZ | 19.35 | 30.76 | 30.12 | - |
| YUV | 119.75 | 139.99 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 141 | 0.92 | 0 | 0.17 | 0.33 | 168.92 | 0.86 | 0.36 |
| Hex | D | AA | 8D | 5C | 0 | 11 | 21 | A9 | 56 | 24 |
| Octal | 15 | 252 | 215 | 134 | 0 | 21 | 41 | 251 | 126 | 44 |
| Binary | 1101 | 10101010 | 10001101 | 1011100 | 0 | 10001 | 100001 | 10101001 | 1010110 | 100100 |
Color Harmonies of #0DAA8D
Complementary color
Monochromatic Colors of #0DAA8D
Black with #0DAA8D
Text Example
Text Example
White with #0DAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAA8D; }
p { color: rgb(13,170,141); }
H1.HeaderClassName
{
color: #0DAA8D;
}
.AnyTagClassName
{
color: #0DAA8D;
}
</style>
background-color css
<style>
a { background-color: #0DAA8D; }
a { background-color: rgb(13,170,141); }
div.DivClassName
{
background-color: #0DAA8D;
}
.BgClassName
{
background-color: #0DAA8D;
}
</style>
border-color css
<style>
span { border-color: #0DAA8D; }
span { border-color: rgb(13,170,141); }
td.TdClassName
{
border-color: #0DAA8D;
}
.TagClassName
{
border-color: #0DAA8D;
}
</style>