Shades of Persian Green #0C9C9A
Tints of Persian Green #0C9C9A
RGB
CMYK
RGB Variations
Color information
#0C9C9A (or 0x0C9C9A) is known color: Persian Green. HEX triplet: 0C, 9C and 9A. RGB value is (12,156,154). Sum of RGB (Red+Green+Blue) = 12+156+154=322 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.73% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #0C9C9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9C9A is #F36365. Grayscale: #707070. Windows color (decimal): -15950694 or 10132492. OLE color: 10132492.
HSL color Cylindrical-coordinate representation of color #0C9C9A: hue angle of 179.17º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9C9A is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 156 | 154 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.39 |
| HSL | 179.17º | 0.86% | 0.33% | - |
| HSV(B) | 179.17º | 0.92% | 0.61% | - |
| XYZ | 17.87 | 26.19 | 34.68 | - |
| YUV | 112.72 | 151.29 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 156 | 154 | 0.92 | 0 | 0.01 | 0.39 | 179.17 | 0.86 | 0.33 |
| Hex | C | 9C | 9A | 5C | 0 | 1 | 27 | B3 | 56 | 21 |
| Octal | 14 | 234 | 232 | 134 | 0 | 1 | 47 | 263 | 126 | 41 |
| Binary | 1100 | 10011100 | 10011010 | 1011100 | 0 | 1 | 100111 | 10110011 | 1010110 | 100001 |
Color Harmonies of #0C9C9A
Complementary color
Monochromatic Colors of #0C9C9A
Black with #0C9C9A
Text Example
Text Example
White with #0C9C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9C9A; }
p { color: rgb(12,156,154); }
H1.HeaderClassName
{
color: #0C9C9A;
}
.AnyTagClassName
{
color: #0C9C9A;
}
</style>
background-color css
<style>
a { background-color: #0C9C9A; }
a { background-color: rgb(12,156,154); }
div.DivClassName
{
background-color: #0C9C9A;
}
.BgClassName
{
background-color: #0C9C9A;
}
</style>
border-color css
<style>
span { border-color: #0C9C9A; }
span { border-color: rgb(12,156,154); }
td.TdClassName
{
border-color: #0C9C9A;
}
.TagClassName
{
border-color: #0C9C9A;
}
</style>