Shades of Persian Green #0C9987
Tints of Persian Green #0C9987
RGB
CMYK
RGB Variations
Color information
#0C9987 (or 0x0C9987) is known color: Persian Green. HEX triplet: 0C, 99 and 87. RGB value is (12,153,135). Sum of RGB (Red+Green+Blue) = 12+153+135=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #0C9987 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9987 is #F36678. Grayscale: #6C6C6C. Windows color (decimal): -15951481 or 8886540. OLE color: 8886540.
HSL color Cylindrical-coordinate representation of color #0C9987: hue angle of 172.34º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9987 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 153 | 135 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.4 |
| HSL | 172.34º | 0.85% | 0.32% | - |
| HSV(B) | 172.34º | 0.92% | 0.6% | - |
| XYZ | 15.92 | 24.61 | 26.83 | - |
| YUV | 108.79 | 142.79 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 153 | 135 | 0.92 | 0 | 0.12 | 0.4 | 172.34 | 0.85 | 0.32 |
| Hex | C | 99 | 87 | 5C | 0 | C | 28 | AC | 55 | 20 |
| Octal | 14 | 231 | 207 | 134 | 0 | 14 | 50 | 254 | 125 | 40 |
| Binary | 1100 | 10011001 | 10000111 | 1011100 | 0 | 1100 | 101000 | 10101100 | 1010101 | 100000 |
Color Harmonies of #0C9987
Complementary color
Monochromatic Colors of #0C9987
Black with #0C9987
Text Example
Text Example
White with #0C9987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9987; }
p { color: rgb(12,153,135); }
H1.HeaderClassName
{
color: #0C9987;
}
.AnyTagClassName
{
color: #0C9987;
}
</style>
background-color css
<style>
a { background-color: #0C9987; }
a { background-color: rgb(12,153,135); }
div.DivClassName
{
background-color: #0C9987;
}
.BgClassName
{
background-color: #0C9987;
}
</style>
border-color css
<style>
span { border-color: #0C9987; }
span { border-color: rgb(12,153,135); }
td.TdClassName
{
border-color: #0C9987;
}
.TagClassName
{
border-color: #0C9987;
}
</style>