Shades of Persian Green #099896
Tints of Persian Green #099896
RGB
CMYK
RGB Variations
Color information
#099896 (or 0x099896) is known color: Persian Green. HEX triplet: 09, 98 and 96. RGB value is (9,152,150). Sum of RGB (Red+Green+Blue) = 9+152+150=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #099896 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099896 is #F66769. Grayscale: #6C6C6C. Windows color (decimal): -16148330 or 9869321. OLE color: 9869321.
HSL color Cylindrical-coordinate representation of color #099896: hue angle of 179.16º 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 #099896 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 152 | 150 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.40 |
| HSL | 179.16º | 0.89% | 0.32% | - |
| HSV(B) | 179.16º | 0.94% | 0.6% | - |
| XYZ | 16.85 | 24.72 | 32.74 | - |
| YUV | 109.02 | 151.12 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 152 | 150 | 0.94 | 0 | 0.01 | 0.40 | 179.16 | 0.89 | 0.32 |
| Hex | 9 | 98 | 96 | 5E | 0 | 1 | 28 | B3 | 59 | 20 |
| Octal | 11 | 230 | 226 | 136 | 0 | 1 | 50 | 263 | 131 | 40 |
| Binary | 1001 | 10011000 | 10010110 | 1011110 | 0 | 1 | 101000 | 10110011 | 1011001 | 100000 |
Color Harmonies of #099896
Complementary color
Monochromatic Colors of #099896
Black with #099896
Text Example
Text Example
White with #099896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099896; }
p { color: rgb(9,152,150); }
H1.HeaderClassName
{
color: #099896;
}
.AnyTagClassName
{
color: #099896;
}
</style>
background-color css
<style>
a { background-color: #099896; }
a { background-color: rgb(9,152,150); }
div.DivClassName
{
background-color: #099896;
}
.BgClassName
{
background-color: #099896;
}
</style>
border-color css
<style>
span { border-color: #099896; }
span { border-color: rgb(9,152,150); }
td.TdClassName
{
border-color: #099896;
}
.TagClassName
{
border-color: #099896;
}
</style>