Shades of Persian Green #099A96
Tints of Persian Green #099A96
RGB
CMYK
RGB Variations
Color information
#099A96 (or 0x099A96) is known color: Persian Green. HEX triplet: 09, 9A and 96. RGB value is (9,154,150). Sum of RGB (Red+Green+Blue) = 9+154+150=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #099A96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099A96 is #F66569. Grayscale: #6E6E6E. Windows color (decimal): -16147818 or 9869833. OLE color: 9869833.
HSL color Cylindrical-coordinate representation of color #099A96: hue angle of 178.34º 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 #099A96 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 154 | 150 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.40 |
| HSL | 178.34º | 0.89% | 0.32% | - |
| HSV(B) | 178.34º | 0.94% | 0.6% | - |
| XYZ | 17.17 | 25.37 | 32.85 | - |
| YUV | 110.19 | 150.46 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 150 | 0.94 | 0 | 0.03 | 0.40 | 178.34 | 0.89 | 0.32 |
| Hex | 9 | 9A | 96 | 5E | 0 | 3 | 28 | B2 | 59 | 20 |
| Octal | 11 | 232 | 226 | 136 | 0 | 3 | 50 | 262 | 131 | 40 |
| Binary | 1001 | 10011010 | 10010110 | 1011110 | 0 | 11 | 101000 | 10110010 | 1011001 | 100000 |
Color Harmonies of #099A96
Complementary color
Monochromatic Colors of #099A96
Black with #099A96
Text Example
Text Example
White with #099A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099A96; }
p { color: rgb(9,154,150); }
H1.HeaderClassName
{
color: #099A96;
}
.AnyTagClassName
{
color: #099A96;
}
</style>
background-color css
<style>
a { background-color: #099A96; }
a { background-color: rgb(9,154,150); }
div.DivClassName
{
background-color: #099A96;
}
.BgClassName
{
background-color: #099A96;
}
</style>
border-color css
<style>
span { border-color: #099A96; }
span { border-color: rgb(9,154,150); }
td.TdClassName
{
border-color: #099A96;
}
.TagClassName
{
border-color: #099A96;
}
</style>