Shades of Persian Green #099A8B
Tints of Persian Green #099A8B
RGB
CMYK
RGB Variations
Color information
#099A8B (or 0x099A8B) is known color: Persian Green. HEX triplet: 09, 9A and 8B. RGB value is (9,154,139). Sum of RGB (Red+Green+Blue) = 9+154+139=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 154 (60.55% from 255 or 50.99% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 154 - color contains mainly: green. Hex color #099A8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099A8B is #F66574. Grayscale: #6C6C6C. Windows color (decimal): -16147829 or 9148937. OLE color: 9148937.
HSL color Cylindrical-coordinate representation of color #099A8B: hue angle of 173.79º 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 #099A8B is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 154 | 139 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.40 |
| HSL | 173.79º | 0.89% | 0.32% | - |
| HSV(B) | 173.79º | 0.94% | 0.6% | - |
| XYZ | 16.33 | 25.03 | 28.4 | - |
| YUV | 108.94 | 144.96 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 139 | 0.94 | 0 | 0.10 | 0.40 | 173.79 | 0.89 | 0.32 |
| Hex | 9 | 9A | 8B | 5E | 0 | A | 28 | AE | 59 | 20 |
| Octal | 11 | 232 | 213 | 136 | 0 | 12 | 50 | 256 | 131 | 40 |
| Binary | 1001 | 10011010 | 10001011 | 1011110 | 0 | 1010 | 101000 | 10101110 | 1011001 | 100000 |
Color Harmonies of #099A8B
Complementary color
Monochromatic Colors of #099A8B
Black with #099A8B
Text Example
Text Example
White with #099A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099A8B; }
p { color: rgb(9,154,139); }
H1.HeaderClassName
{
color: #099A8B;
}
.AnyTagClassName
{
color: #099A8B;
}
</style>
background-color css
<style>
a { background-color: #099A8B; }
a { background-color: rgb(9,154,139); }
div.DivClassName
{
background-color: #099A8B;
}
.BgClassName
{
background-color: #099A8B;
}
</style>
border-color css
<style>
span { border-color: #099A8B; }
span { border-color: rgb(9,154,139); }
td.TdClassName
{
border-color: #099A8B;
}
.TagClassName
{
border-color: #099A8B;
}
</style>