Shades of Persian Green #0C9A87
Tints of Persian Green #0C9A87
RGB
CMYK
RGB Variations
Color information
#0C9A87 (or 0x0C9A87) is known color: Persian Green. HEX triplet: 0C, 9A and 87. RGB value is (12,154,135). Sum of RGB (Red+Green+Blue) = 12+154+135=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 154 (60.55% from 255 or 51.16% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 154 - color contains mainly: green. Hex color #0C9A87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9A87 is #F36578. Grayscale: #6D6D6D. Windows color (decimal): -15951225 or 8886796. OLE color: 8886796.
HSL color Cylindrical-coordinate representation of color #0C9A87: hue angle of 171.97º degrees, saturation: 0.86, 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 #0C9A87 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 154 | 135 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.40 |
| HSL | 171.97º | 0.86% | 0.33% | - |
| HSV(B) | 171.97º | 0.92% | 0.6% | - |
| XYZ | 16.08 | 24.94 | 26.89 | - |
| YUV | 109.38 | 142.46 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 154 | 135 | 0.92 | 0 | 0.12 | 0.40 | 171.97 | 0.86 | 0.33 |
| Hex | C | 9A | 87 | 5C | 0 | C | 28 | AC | 56 | 21 |
| Octal | 14 | 232 | 207 | 134 | 0 | 14 | 50 | 254 | 126 | 41 |
| Binary | 1100 | 10011010 | 10000111 | 1011100 | 0 | 1100 | 101000 | 10101100 | 1010110 | 100001 |
Color Harmonies of #0C9A87
Complementary color
Monochromatic Colors of #0C9A87
Black with #0C9A87
Text Example
Text Example
White with #0C9A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9A87; }
p { color: rgb(12,154,135); }
H1.HeaderClassName
{
color: #0C9A87;
}
.AnyTagClassName
{
color: #0C9A87;
}
</style>
background-color css
<style>
a { background-color: #0C9A87; }
a { background-color: rgb(12,154,135); }
div.DivClassName
{
background-color: #0C9A87;
}
.BgClassName
{
background-color: #0C9A87;
}
</style>
border-color css
<style>
span { border-color: #0C9A87; }
span { border-color: rgb(12,154,135); }
td.TdClassName
{
border-color: #0C9A87;
}
.TagClassName
{
border-color: #0C9A87;
}
</style>