Shades of Persian Green #009E86
Tints of Persian Green #009E86
RGB
CMYK
RGB Variations
Color information
#009E86 (or 0x009E86) is known color: Persian Green. HEX triplet: 00, 9E and 86. RGB value is (0,158,134). Sum of RGB (Red+Green+Blue) = 0+158+134=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 158 (62.11% from 255 or 54.11% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 158 - color contains mainly: green. Hex color #009E86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009E86 is #FF6179. Grayscale: #6B6B6B. Windows color (decimal): -16736634 or 8822272. OLE color: 8822272.
HSL color Cylindrical-coordinate representation of color #009E86: hue angle of 170.89º 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 #009E86 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 158 | 134 | - |
| CMYK | 1 | 0 | 0.15 | 0.38 |
| HSL | 170.89º | 1% | 0.31% | - |
| HSV(B) | 170.89º | 1% | 0.62% | - |
| XYZ | 16.53 | 26.17 | 26.74 | - |
| YUV | 108.02 | 142.65 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 134 | 1 | 0 | 0.15 | 0.38 | 170.89 | 1 | 0.31 |
| Hex | 0 | 9E | 86 | 64 | 0 | F | 26 | AB | 64 | 1F |
| Octal | 0 | 236 | 206 | 144 | 0 | 17 | 46 | 253 | 144 | 37 |
| Binary | 0 | 10011110 | 10000110 | 1100100 | 0 | 1111 | 100110 | 10101011 | 1100100 | 11111 |
Color Harmonies of #009E86
Complementary color
Monochromatic Colors of #009E86
Black with #009E86
Text Example
Text Example
White with #009E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009E86; }
p { color: rgb(0,158,134); }
H1.HeaderClassName
{
color: #009E86;
}
.AnyTagClassName
{
color: #009E86;
}
</style>
background-color css
<style>
a { background-color: #009E86; }
a { background-color: rgb(0,158,134); }
div.DivClassName
{
background-color: #009E86;
}
.BgClassName
{
background-color: #009E86;
}
</style>
border-color css
<style>
span { border-color: #009E86; }
span { border-color: rgb(0,158,134); }
td.TdClassName
{
border-color: #009E86;
}
.TagClassName
{
border-color: #009E86;
}
</style>