Shades of Persian Green #0DAA8C
Tints of Persian Green #0DAA8C
RGB
CMYK
RGB Variations
Color information
#0DAA8C (or 0x0DAA8C) is known color: Persian Green. HEX triplet: 0D, AA and 8C. RGB value is (13,170,140). Sum of RGB (Red+Green+Blue) = 13+170+140=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAA8C is #F25573. Grayscale: #777777. Windows color (decimal): -15881588 or 9218573. OLE color: 9218573.
HSL color Cylindrical-coordinate representation of color #0DAA8C: hue angle of 168.54º 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 #0DAA8C is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 140 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.33 |
| HSL | 168.54º | 0.86% | 0.36% | - |
| HSV(B) | 168.54º | 0.92% | 0.67% | - |
| XYZ | 19.27 | 30.73 | 29.73 | - |
| YUV | 119.64 | 139.49 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 140 | 0.92 | 0 | 0.18 | 0.33 | 168.54 | 0.86 | 0.36 |
| Hex | D | AA | 8C | 5C | 0 | 12 | 21 | A9 | 56 | 24 |
| Octal | 15 | 252 | 214 | 134 | 0 | 22 | 41 | 251 | 126 | 44 |
| Binary | 1101 | 10101010 | 10001100 | 1011100 | 0 | 10010 | 100001 | 10101001 | 1010110 | 100100 |
Color Harmonies of #0DAA8C
Complementary color
Monochromatic Colors of #0DAA8C
Black with #0DAA8C
Text Example
Text Example
White with #0DAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAA8C; }
p { color: rgb(13,170,140); }
H1.HeaderClassName
{
color: #0DAA8C;
}
.AnyTagClassName
{
color: #0DAA8C;
}
</style>
background-color css
<style>
a { background-color: #0DAA8C; }
a { background-color: rgb(13,170,140); }
div.DivClassName
{
background-color: #0DAA8C;
}
.BgClassName
{
background-color: #0DAA8C;
}
</style>
border-color css
<style>
span { border-color: #0DAA8C; }
span { border-color: rgb(13,170,140); }
td.TdClassName
{
border-color: #0DAA8C;
}
.TagClassName
{
border-color: #0DAA8C;
}
</style>