Shades of Persian Green #009C84
Tints of Persian Green #009C84
RGB
CMYK
RGB Variations
Color information
#009C84 (or 0x009C84) is known color: Persian Green. HEX triplet: 00, 9C and 84. RGB value is (0,156,132). Sum of RGB (Red+Green+Blue) = 0+156+132=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #009C84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009C84 is #FF637B. Grayscale: #6A6A6A. Windows color (decimal): -16737148 or 8690688. OLE color: 8690688.
HSL color Cylindrical-coordinate representation of color #009C84: hue angle of 170.77º 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 #009C84 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 156 | 132 | - |
| CMYK | 1 | 0 | 0.15 | 0.39 |
| HSL | 170.77º | 1% | 0.31% | - |
| HSV(B) | 170.77º | 1% | 0.61% | - |
| XYZ | 16.05 | 25.44 | 25.89 | - |
| YUV | 106.62 | 142.32 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 132 | 1 | 0 | 0.15 | 0.39 | 170.77 | 1 | 0.31 |
| Hex | 0 | 9C | 84 | 64 | 0 | F | 27 | AB | 64 | 1F |
| Octal | 0 | 234 | 204 | 144 | 0 | 17 | 47 | 253 | 144 | 37 |
| Binary | 0 | 10011100 | 10000100 | 1100100 | 0 | 1111 | 100111 | 10101011 | 1100100 | 11111 |
Color Harmonies of #009C84
Complementary color
Monochromatic Colors of #009C84
Black with #009C84
Text Example
Text Example
White with #009C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009C84; }
p { color: rgb(0,156,132); }
H1.HeaderClassName
{
color: #009C84;
}
.AnyTagClassName
{
color: #009C84;
}
</style>
background-color css
<style>
a { background-color: #009C84; }
a { background-color: rgb(0,156,132); }
div.DivClassName
{
background-color: #009C84;
}
.BgClassName
{
background-color: #009C84;
}
</style>
border-color css
<style>
span { border-color: #009C84; }
span { border-color: rgb(0,156,132); }
td.TdClassName
{
border-color: #009C84;
}
.TagClassName
{
border-color: #009C84;
}
</style>