Shades of Persian Green #009E85
Tints of Persian Green #009E85
RGB
CMYK
RGB Variations
Color information
#009E85 (or 0x009E85) is known color: Persian Green. HEX triplet: 00, 9E and 85. RGB value is (0,158,133). Sum of RGB (Red+Green+Blue) = 0+158+133=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 158 (62.11% from 255 or 54.30% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 158 - color contains mainly: green. Hex color #009E85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009E85 is #FF617A. Grayscale: #6B6B6B. Windows color (decimal): -16736635 or 8756736. OLE color: 8756736.
HSL color Cylindrical-coordinate representation of color #009E85: hue angle of 170.51º 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 #009E85 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 158 | 133 | - |
| CMYK | 1 | 0 | 0.16 | 0.38 |
| HSL | 170.51º | 1% | 0.31% | - |
| HSV(B) | 170.51º | 1% | 0.62% | - |
| XYZ | 16.46 | 26.15 | 26.37 | - |
| YUV | 107.91 | 142.15 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 133 | 1 | 0 | 0.16 | 0.38 | 170.51 | 1 | 0.31 |
| Hex | 0 | 9E | 85 | 64 | 0 | 10 | 26 | AB | 64 | 1F |
| Octal | 0 | 236 | 205 | 144 | 0 | 20 | 46 | 253 | 144 | 37 |
| Binary | 0 | 10011110 | 10000101 | 1100100 | 0 | 10000 | 100110 | 10101011 | 1100100 | 11111 |
Color Harmonies of #009E85
Complementary color
Monochromatic Colors of #009E85
Black with #009E85
Text Example
Text Example
White with #009E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009E85; }
p { color: rgb(0,158,133); }
H1.HeaderClassName
{
color: #009E85;
}
.AnyTagClassName
{
color: #009E85;
}
</style>
background-color css
<style>
a { background-color: #009E85; }
a { background-color: rgb(0,158,133); }
div.DivClassName
{
background-color: #009E85;
}
.BgClassName
{
background-color: #009E85;
}
</style>
border-color css
<style>
span { border-color: #009E85; }
span { border-color: rgb(0,158,133); }
td.TdClassName
{
border-color: #009E85;
}
.TagClassName
{
border-color: #009E85;
}
</style>