Shades of Persian Green #009C86
Tints of Persian Green #009C86
RGB
CMYK
RGB Variations
Color information
#009C86 (or 0x009C86) is known color: Persian Green. HEX triplet: 00, 9C and 86. RGB value is (0,156,134). Sum of RGB (Red+Green+Blue) = 0+156+134=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 156 (61.33% from 255 or 53.79% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 156 - color contains mainly: green. Hex color #009C86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009C86 is #FF6379. Grayscale: #6A6A6A. Windows color (decimal): -16737146 or 8821760. OLE color: 8821760.
HSL color Cylindrical-coordinate representation of color #009C86: hue angle of 171.54º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009C86 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 156 | 134 | - |
| CMYK | 1 | 0 | 0.14 | 0.39 |
| HSL | 171.54º | 1% | 0.31% | - |
| HSV(B) | 171.54º | 1% | 0.61% | - |
| XYZ | 16.19 | 25.5 | 26.62 | - |
| YUV | 106.85 | 143.32 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 134 | 1 | 0 | 0.14 | 0.39 | 171.54 | 1 | 0.31 |
| Hex | 0 | 9C | 86 | 64 | 0 | E | 27 | AC | 64 | 1F |
| Octal | 0 | 234 | 206 | 144 | 0 | 16 | 47 | 254 | 144 | 37 |
| Binary | 0 | 10011100 | 10000110 | 1100100 | 0 | 1110 | 100111 | 10101100 | 1100100 | 11111 |
Color Harmonies of #009C86
Complementary color
Monochromatic Colors of #009C86
Black with #009C86
Text Example
Text Example
White with #009C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009C86; }
p { color: rgb(0,156,134); }
H1.HeaderClassName
{
color: #009C86;
}
.AnyTagClassName
{
color: #009C86;
}
</style>
background-color css
<style>
a { background-color: #009C86; }
a { background-color: rgb(0,156,134); }
div.DivClassName
{
background-color: #009C86;
}
.BgClassName
{
background-color: #009C86;
}
</style>
border-color css
<style>
span { border-color: #009C86; }
span { border-color: rgb(0,156,134); }
td.TdClassName
{
border-color: #009C86;
}
.TagClassName
{
border-color: #009C86;
}
</style>