Shades of Persian Green #0DAA8B
Tints of Persian Green #0DAA8B
RGB
CMYK
RGB Variations
Color information
#0DAA8B (or 0x0DAA8B) is known color: Persian Green. HEX triplet: 0D, AA and 8B. RGB value is (13,170,139). Sum of RGB (Red+Green+Blue) = 13+170+139=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAA8B is #F25574. Grayscale: #777777. Windows color (decimal): -15881589 or 9153037. OLE color: 9153037.
HSL color Cylindrical-coordinate representation of color #0DAA8B: hue angle of 168.15º 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 #0DAA8B is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 139 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.33 |
| HSL | 168.15º | 0.86% | 0.36% | - |
| HSV(B) | 168.15º | 0.92% | 0.67% | - |
| XYZ | 19.2 | 30.7 | 29.34 | - |
| YUV | 119.52 | 138.99 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 139 | 0.92 | 0 | 0.18 | 0.33 | 168.15 | 0.86 | 0.36 |
| Hex | D | AA | 8B | 5C | 0 | 12 | 21 | A8 | 56 | 24 |
| Octal | 15 | 252 | 213 | 134 | 0 | 22 | 41 | 250 | 126 | 44 |
| Binary | 1101 | 10101010 | 10001011 | 1011100 | 0 | 10010 | 100001 | 10101000 | 1010110 | 100100 |
Color Harmonies of #0DAA8B
Complementary color
Monochromatic Colors of #0DAA8B
Black with #0DAA8B
Text Example
Text Example
White with #0DAA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAA8B; }
p { color: rgb(13,170,139); }
H1.HeaderClassName
{
color: #0DAA8B;
}
.AnyTagClassName
{
color: #0DAA8B;
}
</style>
background-color css
<style>
a { background-color: #0DAA8B; }
a { background-color: rgb(13,170,139); }
div.DivClassName
{
background-color: #0DAA8B;
}
.BgClassName
{
background-color: #0DAA8B;
}
</style>
border-color css
<style>
span { border-color: #0DAA8B; }
span { border-color: rgb(13,170,139); }
td.TdClassName
{
border-color: #0DAA8B;
}
.TagClassName
{
border-color: #0DAA8B;
}
</style>