Shades of Persian Green #099F85
Tints of Persian Green #099F85
RGB
CMYK
RGB Variations
Color information
#099F85 (or 0x099F85) is known color: Persian Green. HEX triplet: 09, 9F and 85. RGB value is (9,159,133). Sum of RGB (Red+Green+Blue) = 9+159+133=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 159 (62.5% from 255 or 52.82% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 159 - color contains mainly: green. Hex color #099F85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099F85 is #F6607A. Grayscale: #6F6F6F. Windows color (decimal): -16146555 or 8757001. OLE color: 8757001.
HSL color Cylindrical-coordinate representation of color #099F85: hue angle of 169.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099F85 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 159 | 133 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.38 |
| HSL | 169.6º | 0.89% | 0.33% | - |
| HSV(B) | 169.6º | 0.94% | 0.62% | - |
| XYZ | 16.74 | 26.55 | 26.43 | - |
| YUV | 111.19 | 140.31 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 133 | 0.94 | 0 | 0.16 | 0.38 | 169.6 | 0.89 | 0.33 |
| Hex | 9 | 9F | 85 | 5E | 0 | 10 | 26 | AA | 59 | 21 |
| Octal | 11 | 237 | 205 | 136 | 0 | 20 | 46 | 252 | 131 | 41 |
| Binary | 1001 | 10011111 | 10000101 | 1011110 | 0 | 10000 | 100110 | 10101010 | 1011001 | 100001 |
Color Harmonies of #099F85
Complementary color
Monochromatic Colors of #099F85
Black with #099F85
Text Example
Text Example
White with #099F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099F85; }
p { color: rgb(9,159,133); }
H1.HeaderClassName
{
color: #099F85;
}
.AnyTagClassName
{
color: #099F85;
}
</style>
background-color css
<style>
a { background-color: #099F85; }
a { background-color: rgb(9,159,133); }
div.DivClassName
{
background-color: #099F85;
}
.BgClassName
{
background-color: #099F85;
}
</style>
border-color css
<style>
span { border-color: #099F85; }
span { border-color: rgb(9,159,133); }
td.TdClassName
{
border-color: #099F85;
}
.TagClassName
{
border-color: #099F85;
}
</style>