Shades of Persian Green #0C9F88
Tints of Persian Green #0C9F88
RGB
CMYK
RGB Variations
Color information
#0C9F88 (or 0x0C9F88) is known color: Persian Green. HEX triplet: 0C, 9F and 88. RGB value is (12,159,136). Sum of RGB (Red+Green+Blue) = 12+159+136=307 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.91% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9F88 is #F36077. Grayscale: #707070. Windows color (decimal): -15949944 or 8953612. OLE color: 8953612.
HSL color Cylindrical-coordinate representation of color #0C9F88: hue angle of 170.61º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9F88 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 159 | 136 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.38 |
| HSL | 170.61º | 0.86% | 0.34% | - |
| HSV(B) | 170.61º | 0.92% | 0.62% | - |
| XYZ | 16.99 | 26.65 | 27.54 | - |
| YUV | 112.43 | 141.3 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 159 | 136 | 0.92 | 0 | 0.14 | 0.38 | 170.61 | 0.86 | 0.34 |
| Hex | C | 9F | 88 | 5C | 0 | E | 26 | AB | 56 | 22 |
| Octal | 14 | 237 | 210 | 134 | 0 | 16 | 46 | 253 | 126 | 42 |
| Binary | 1100 | 10011111 | 10001000 | 1011100 | 0 | 1110 | 100110 | 10101011 | 1010110 | 100010 |
Color Harmonies of #0C9F88
Complementary color
Monochromatic Colors of #0C9F88
Black with #0C9F88
Text Example
Text Example
White with #0C9F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9F88; }
p { color: rgb(12,159,136); }
H1.HeaderClassName
{
color: #0C9F88;
}
.AnyTagClassName
{
color: #0C9F88;
}
</style>
background-color css
<style>
a { background-color: #0C9F88; }
a { background-color: rgb(12,159,136); }
div.DivClassName
{
background-color: #0C9F88;
}
.BgClassName
{
background-color: #0C9F88;
}
</style>
border-color css
<style>
span { border-color: #0C9F88; }
span { border-color: rgb(12,159,136); }
td.TdClassName
{
border-color: #0C9F88;
}
.TagClassName
{
border-color: #0C9F88;
}
</style>