Shades of Persian Green #0D9A87
Tints of Persian Green #0D9A87
RGB
CMYK
RGB Variations
Color information
#0D9A87 (or 0x0D9A87) is known color: Persian Green. HEX triplet: 0D, 9A and 87. RGB value is (13,154,135). Sum of RGB (Red+Green+Blue) = 13+154+135=302 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.30% from 302); Green value is 154 (60.55% from 255 or 50.99% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 154 - color contains mainly: green. Hex color #0D9A87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9A87 is #F26578. Grayscale: #6D6D6D. Windows color (decimal): -15885689 or 8886797. OLE color: 8886797.
HSL color Cylindrical-coordinate representation of color #0D9A87: hue angle of 171.91º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9A87 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 154 | 135 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.40 |
| HSL | 171.91º | 0.84% | 0.33% | - |
| HSV(B) | 171.91º | 0.92% | 0.6% | - |
| XYZ | 16.09 | 24.95 | 26.89 | - |
| YUV | 109.68 | 142.29 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 154 | 135 | 0.92 | 0 | 0.12 | 0.40 | 171.91 | 0.84 | 0.33 |
| Hex | D | 9A | 87 | 5C | 0 | C | 28 | AC | 54 | 21 |
| Octal | 15 | 232 | 207 | 134 | 0 | 14 | 50 | 254 | 124 | 41 |
| Binary | 1101 | 10011010 | 10000111 | 1011100 | 0 | 1100 | 101000 | 10101100 | 1010100 | 100001 |
Color Harmonies of #0D9A87
Complementary color
Monochromatic Colors of #0D9A87
Black with #0D9A87
Text Example
Text Example
White with #0D9A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9A87; }
p { color: rgb(13,154,135); }
H1.HeaderClassName
{
color: #0D9A87;
}
.AnyTagClassName
{
color: #0D9A87;
}
</style>
background-color css
<style>
a { background-color: #0D9A87; }
a { background-color: rgb(13,154,135); }
div.DivClassName
{
background-color: #0D9A87;
}
.BgClassName
{
background-color: #0D9A87;
}
</style>
border-color css
<style>
span { border-color: #0D9A87; }
span { border-color: rgb(13,154,135); }
td.TdClassName
{
border-color: #0D9A87;
}
.TagClassName
{
border-color: #0D9A87;
}
</style>