Shades of Persian Green #009C89
Tints of Persian Green #009C89
RGB
CMYK
RGB Variations
Color information
#009C89 (or 0x009C89) is known color: Persian Green. HEX triplet: 00, 9C and 89. RGB value is (0,156,137). Sum of RGB (Red+Green+Blue) = 0+156+137=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 156 (61.33% from 255 or 53.24% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 156 - color contains mainly: green. Hex color #009C89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009C89 is #FF6376. Grayscale: #6B6B6B. Windows color (decimal): -16737143 or 9018368. OLE color: 9018368.
HSL color Cylindrical-coordinate representation of color #009C89: hue angle of 172.69º 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 #009C89 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 156 | 137 | - |
| CMYK | 1 | 0 | 0.12 | 0.39 |
| HSL | 172.69º | 1% | 0.31% | - |
| HSV(B) | 172.69º | 1% | 0.61% | - |
| XYZ | 16.4 | 25.58 | 27.74 | - |
| YUV | 107.19 | 144.82 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 137 | 1 | 0 | 0.12 | 0.39 | 172.69 | 1 | 0.31 |
| Hex | 0 | 9C | 89 | 64 | 0 | C | 27 | AD | 64 | 1F |
| Octal | 0 | 234 | 211 | 144 | 0 | 14 | 47 | 255 | 144 | 37 |
| Binary | 0 | 10011100 | 10001001 | 1100100 | 0 | 1100 | 100111 | 10101101 | 1100100 | 11111 |
Color Harmonies of #009C89
Complementary color
Monochromatic Colors of #009C89
Black with #009C89
Text Example
Text Example
White with #009C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009C89; }
p { color: rgb(0,156,137); }
H1.HeaderClassName
{
color: #009C89;
}
.AnyTagClassName
{
color: #009C89;
}
</style>
background-color css
<style>
a { background-color: #009C89; }
a { background-color: rgb(0,156,137); }
div.DivClassName
{
background-color: #009C89;
}
.BgClassName
{
background-color: #009C89;
}
</style>
border-color css
<style>
span { border-color: #009C89; }
span { border-color: rgb(0,156,137); }
td.TdClassName
{
border-color: #009C89;
}
.TagClassName
{
border-color: #009C89;
}
</style>