Shades of Persian Green #009E89
Tints of Persian Green #009E89
RGB
CMYK
RGB Variations
Color information
#009E89 (or 0x009E89) is known color: Persian Green. HEX triplet: 00, 9E and 89. RGB value is (0,158,137). Sum of RGB (Red+Green+Blue) = 0+158+137=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #009E89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009E89 is #FF6176. Grayscale: #6C6C6C. Windows color (decimal): -16736631 or 9018880. OLE color: 9018880.
HSL color Cylindrical-coordinate representation of color #009E89: hue angle of 172.03º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009E89 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 158 | 137 | - |
| CMYK | 1 | 0 | 0.13 | 0.38 |
| HSL | 172.03º | 1% | 0.31% | - |
| HSV(B) | 172.03º | 1% | 0.62% | - |
| XYZ | 16.74 | 26.26 | 27.85 | - |
| YUV | 108.36 | 144.15 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 137 | 1 | 0 | 0.13 | 0.38 | 172.03 | 1 | 0.31 |
| Hex | 0 | 9E | 89 | 64 | 0 | D | 26 | AC | 64 | 1F |
| Octal | 0 | 236 | 211 | 144 | 0 | 15 | 46 | 254 | 144 | 37 |
| Binary | 0 | 10011110 | 10001001 | 1100100 | 0 | 1101 | 100110 | 10101100 | 1100100 | 11111 |
Color Harmonies of #009E89
Complementary color
Monochromatic Colors of #009E89
Black with #009E89
Text Example
Text Example
White with #009E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009E89; }
p { color: rgb(0,158,137); }
H1.HeaderClassName
{
color: #009E89;
}
.AnyTagClassName
{
color: #009E89;
}
</style>
background-color css
<style>
a { background-color: #009E89; }
a { background-color: rgb(0,158,137); }
div.DivClassName
{
background-color: #009E89;
}
.BgClassName
{
background-color: #009E89;
}
</style>
border-color css
<style>
span { border-color: #009E89; }
span { border-color: rgb(0,158,137); }
td.TdClassName
{
border-color: #009E89;
}
.TagClassName
{
border-color: #009E89;
}
</style>