Shades of Persian Green #099A8F
Tints of Persian Green #099A8F
RGB
CMYK
RGB Variations
Color information
#099A8F (or 0x099A8F) is known color: Persian Green. HEX triplet: 09, 9A and 8F. RGB value is (9,154,143). Sum of RGB (Red+Green+Blue) = 9+154+143=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 154 (60.55% from 255 or 50.33% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 154 - color contains mainly: green. Hex color #099A8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099A8F is #F66570. Grayscale: #6D6D6D. Windows color (decimal): -16147825 or 9411081. OLE color: 9411081.
HSL color Cylindrical-coordinate representation of color #099A8F: hue angle of 175.45º 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 #099A8F is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 154 | 143 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.40 |
| HSL | 175.45º | 0.89% | 0.32% | - |
| HSV(B) | 175.45º | 0.94% | 0.6% | - |
| XYZ | 16.63 | 25.15 | 29.97 | - |
| YUV | 109.39 | 146.96 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 143 | 0.94 | 0 | 0.07 | 0.40 | 175.45 | 0.89 | 0.32 |
| Hex | 9 | 9A | 8F | 5E | 0 | 7 | 28 | AF | 59 | 20 |
| Octal | 11 | 232 | 217 | 136 | 0 | 7 | 50 | 257 | 131 | 40 |
| Binary | 1001 | 10011010 | 10001111 | 1011110 | 0 | 111 | 101000 | 10101111 | 1011001 | 100000 |
Color Harmonies of #099A8F
Complementary color
Monochromatic Colors of #099A8F
Black with #099A8F
Text Example
Text Example
White with #099A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099A8F; }
p { color: rgb(9,154,143); }
H1.HeaderClassName
{
color: #099A8F;
}
.AnyTagClassName
{
color: #099A8F;
}
</style>
background-color css
<style>
a { background-color: #099A8F; }
a { background-color: rgb(9,154,143); }
div.DivClassName
{
background-color: #099A8F;
}
.BgClassName
{
background-color: #099A8F;
}
</style>
border-color css
<style>
span { border-color: #099A8F; }
span { border-color: rgb(9,154,143); }
td.TdClassName
{
border-color: #099A8F;
}
.TagClassName
{
border-color: #099A8F;
}
</style>