Shades of Persian Green #0C9F8F
Tints of Persian Green #0C9F8F
RGB
CMYK
RGB Variations
Color information
#0C9F8F (or 0x0C9F8F) is known color: Persian Green. HEX triplet: 0C, 9F and 8F. RGB value is (12,159,143). Sum of RGB (Red+Green+Blue) = 12+159+143=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9F8F is #F36070. Grayscale: #717171. Windows color (decimal): -15949937 or 9412364. OLE color: 9412364.
HSL color Cylindrical-coordinate representation of color #0C9F8F: hue angle of 173.47º 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 #0C9F8F is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 159 | 143 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.38 |
| HSL | 173.47º | 0.86% | 0.34% | - |
| HSV(B) | 173.47º | 0.92% | 0.62% | - |
| XYZ | 17.51 | 26.86 | 30.25 | - |
| YUV | 113.22 | 144.8 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 159 | 143 | 0.92 | 0 | 0.10 | 0.38 | 173.47 | 0.86 | 0.34 |
| Hex | C | 9F | 8F | 5C | 0 | A | 26 | AD | 56 | 22 |
| Octal | 14 | 237 | 217 | 134 | 0 | 12 | 46 | 255 | 126 | 42 |
| Binary | 1100 | 10011111 | 10001111 | 1011100 | 0 | 1010 | 100110 | 10101101 | 1010110 | 100010 |
Color Harmonies of #0C9F8F
Complementary color
Monochromatic Colors of #0C9F8F
Black with #0C9F8F
Text Example
Text Example
White with #0C9F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9F8F; }
p { color: rgb(12,159,143); }
H1.HeaderClassName
{
color: #0C9F8F;
}
.AnyTagClassName
{
color: #0C9F8F;
}
</style>
background-color css
<style>
a { background-color: #0C9F8F; }
a { background-color: rgb(12,159,143); }
div.DivClassName
{
background-color: #0C9F8F;
}
.BgClassName
{
background-color: #0C9F8F;
}
</style>
border-color css
<style>
span { border-color: #0C9F8F; }
span { border-color: rgb(12,159,143); }
td.TdClassName
{
border-color: #0C9F8F;
}
.TagClassName
{
border-color: #0C9F8F;
}
</style>