Shades of Persian Green #099985
Tints of Persian Green #099985
RGB
CMYK
RGB Variations
Color information
#099985 (or 0x099985) is known color: Persian Green. HEX triplet: 09, 99 and 85. RGB value is (9,153,133). Sum of RGB (Red+Green+Blue) = 9+153+133=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #099985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099985 is #F6667A. Grayscale: #6B6B6B. Windows color (decimal): -16148091 or 8755465. OLE color: 8755465.
HSL color Cylindrical-coordinate representation of color #099985: hue angle of 171.67º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099985 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 153 | 133 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.4 |
| HSL | 171.67º | 0.89% | 0.32% | - |
| HSV(B) | 171.67º | 0.94% | 0.6% | - |
| XYZ | 15.74 | 24.53 | 26.1 | - |
| YUV | 107.66 | 142.29 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 153 | 133 | 0.94 | 0 | 0.13 | 0.4 | 171.67 | 0.89 | 0.32 |
| Hex | 9 | 99 | 85 | 5E | 0 | D | 28 | AC | 59 | 20 |
| Octal | 11 | 231 | 205 | 136 | 0 | 15 | 50 | 254 | 131 | 40 |
| Binary | 1001 | 10011001 | 10000101 | 1011110 | 0 | 1101 | 101000 | 10101100 | 1011001 | 100000 |
Color Harmonies of #099985
Complementary color
Monochromatic Colors of #099985
Black with #099985
Text Example
Text Example
White with #099985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099985; }
p { color: rgb(9,153,133); }
H1.HeaderClassName
{
color: #099985;
}
.AnyTagClassName
{
color: #099985;
}
</style>
background-color css
<style>
a { background-color: #099985; }
a { background-color: rgb(9,153,133); }
div.DivClassName
{
background-color: #099985;
}
.BgClassName
{
background-color: #099985;
}
</style>
border-color css
<style>
span { border-color: #099985; }
span { border-color: rgb(9,153,133); }
td.TdClassName
{
border-color: #099985;
}
.TagClassName
{
border-color: #099985;
}
</style>