Shades of Persian Green #009B85
Tints of Persian Green #009B85
RGB
CMYK
RGB Variations
Color information
#009B85 (or 0x009B85) is known color: Persian Green. HEX triplet: 00, 9B and 85. RGB value is (0,155,133). Sum of RGB (Red+Green+Blue) = 0+155+133=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 155 (60.94% from 255 or 53.82% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 155 - color contains mainly: green. Hex color #009B85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009B85 is #FF647A. Grayscale: #6A6A6A. Windows color (decimal): -16737403 or 8755968. OLE color: 8755968.
HSL color Cylindrical-coordinate representation of color #009B85: hue angle of 171.48º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009B85 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 155 | 133 | - |
| CMYK | 1 | 0 | 0.14 | 0.39 |
| HSL | 171.48º | 1% | 0.3% | - |
| HSV(B) | 171.48º | 1% | 0.61% | - |
| XYZ | 15.95 | 25.14 | 26.2 | - |
| YUV | 106.15 | 143.15 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 133 | 1 | 0 | 0.14 | 0.39 | 171.48 | 1 | 0.3 |
| Hex | 0 | 9B | 85 | 64 | 0 | E | 27 | AB | 64 | 1E |
| Octal | 0 | 233 | 205 | 144 | 0 | 16 | 47 | 253 | 144 | 36 |
| Binary | 0 | 10011011 | 10000101 | 1100100 | 0 | 1110 | 100111 | 10101011 | 1100100 | 11110 |
Color Harmonies of #009B85
Complementary color
Monochromatic Colors of #009B85
Black with #009B85
Text Example
Text Example
White with #009B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009B85; }
p { color: rgb(0,155,133); }
H1.HeaderClassName
{
color: #009B85;
}
.AnyTagClassName
{
color: #009B85;
}
</style>
background-color css
<style>
a { background-color: #009B85; }
a { background-color: rgb(0,155,133); }
div.DivClassName
{
background-color: #009B85;
}
.BgClassName
{
background-color: #009B85;
}
</style>
border-color css
<style>
span { border-color: #009B85; }
span { border-color: rgb(0,155,133); }
td.TdClassName
{
border-color: #009B85;
}
.TagClassName
{
border-color: #009B85;
}
</style>