Shades of Persian Green #009F99
Tints of Persian Green #009F99
RGB
CMYK
RGB Variations
Color information
#009F99 (or 0x009F99) is known color: Persian Green. HEX triplet: 00, 9F and 99. RGB value is (0,159,153). Sum of RGB (Red+Green+Blue) = 0+159+153=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #009F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009F99 is #FF6066. Grayscale: #6E6E6E. Windows color (decimal): -16736359 or 10067712. OLE color: 10067712.
HSL color Cylindrical-coordinate representation of color #009F99: hue angle of 177.74º 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 #009F99 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 159 | 153 | - |
| CMYK | 1 | 0 | 0.04 | 0.38 |
| HSL | 177.74º | 1% | 0.31% | - |
| HSV(B) | 177.74º | 1% | 0.62% | - |
| XYZ | 18.15 | 27.1 | 34.41 | - |
| YUV | 110.78 | 151.82 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 153 | 1 | 0 | 0.04 | 0.38 | 177.74 | 1 | 0.31 |
| Hex | 0 | 9F | 99 | 64 | 0 | 4 | 26 | B2 | 64 | 1F |
| Octal | 0 | 237 | 231 | 144 | 0 | 4 | 46 | 262 | 144 | 37 |
| Binary | 0 | 10011111 | 10011001 | 1100100 | 0 | 100 | 100110 | 10110010 | 1100100 | 11111 |
Color Harmonies of #009F99
Complementary color
Monochromatic Colors of #009F99
Black with #009F99
Text Example
Text Example
White with #009F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009F99; }
p { color: rgb(0,159,153); }
H1.HeaderClassName
{
color: #009F99;
}
.AnyTagClassName
{
color: #009F99;
}
</style>
background-color css
<style>
a { background-color: #009F99; }
a { background-color: rgb(0,159,153); }
div.DivClassName
{
background-color: #009F99;
}
.BgClassName
{
background-color: #009F99;
}
</style>
border-color css
<style>
span { border-color: #009F99; }
span { border-color: rgb(0,159,153); }
td.TdClassName
{
border-color: #009F99;
}
.TagClassName
{
border-color: #009F99;
}
</style>