Shades of Persian Green #0C9F93
Tints of Persian Green #0C9F93
RGB
CMYK
RGB Variations
Color information
#0C9F93 (or 0x0C9F93) is known color: Persian Green. HEX triplet: 0C, 9F and 93. RGB value is (12,159,147). Sum of RGB (Red+Green+Blue) = 12+159+147=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9F93 is #F3606C. Grayscale: #717171. Windows color (decimal): -15949933 or 9674508. OLE color: 9674508.
HSL color Cylindrical-coordinate representation of color #0C9F93: hue angle of 175.1º 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 #0C9F93 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 159 | 147 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.38 |
| HSL | 175.1º | 0.86% | 0.34% | - |
| HSV(B) | 175.1º | 0.92% | 0.62% | - |
| XYZ | 17.82 | 26.98 | 31.87 | - |
| YUV | 113.68 | 146.8 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 159 | 147 | 0.92 | 0 | 0.08 | 0.38 | 175.1 | 0.86 | 0.34 |
| Hex | C | 9F | 93 | 5C | 0 | 8 | 26 | AF | 56 | 22 |
| Octal | 14 | 237 | 223 | 134 | 0 | 10 | 46 | 257 | 126 | 42 |
| Binary | 1100 | 10011111 | 10010011 | 1011100 | 0 | 1000 | 100110 | 10101111 | 1010110 | 100010 |
Color Harmonies of #0C9F93
Complementary color
Monochromatic Colors of #0C9F93
Black with #0C9F93
Text Example
Text Example
White with #0C9F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9F93; }
p { color: rgb(12,159,147); }
H1.HeaderClassName
{
color: #0C9F93;
}
.AnyTagClassName
{
color: #0C9F93;
}
</style>
background-color css
<style>
a { background-color: #0C9F93; }
a { background-color: rgb(12,159,147); }
div.DivClassName
{
background-color: #0C9F93;
}
.BgClassName
{
background-color: #0C9F93;
}
</style>
border-color css
<style>
span { border-color: #0C9F93; }
span { border-color: rgb(12,159,147); }
td.TdClassName
{
border-color: #0C9F93;
}
.TagClassName
{
border-color: #0C9F93;
}
</style>