Shades of Persian Green #099D8F
Tints of Persian Green #099D8F
RGB
CMYK
RGB Variations
Color information
#099D8F (or 0x099D8F) is known color: Persian Green. HEX triplet: 09, 9D and 8F. RGB value is (9,157,143). Sum of RGB (Red+Green+Blue) = 9+157+143=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #099D8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099D8F is #F66270. Grayscale: #6F6F6F. Windows color (decimal): -16147057 or 9411849. OLE color: 9411849.
HSL color Cylindrical-coordinate representation of color #099D8F: hue angle of 174.32º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099D8F is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 157 | 143 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.38 |
| HSL | 174.32º | 0.89% | 0.33% | - |
| HSV(B) | 174.32º | 0.94% | 0.62% | - |
| XYZ | 17.13 | 26.16 | 30.13 | - |
| YUV | 111.15 | 145.97 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 143 | 0.94 | 0 | 0.09 | 0.38 | 174.32 | 0.89 | 0.33 |
| Hex | 9 | 9D | 8F | 5E | 0 | 9 | 26 | AE | 59 | 21 |
| Octal | 11 | 235 | 217 | 136 | 0 | 11 | 46 | 256 | 131 | 41 |
| Binary | 1001 | 10011101 | 10001111 | 1011110 | 0 | 1001 | 100110 | 10101110 | 1011001 | 100001 |
Color Harmonies of #099D8F
Complementary color
Monochromatic Colors of #099D8F
Black with #099D8F
Text Example
Text Example
White with #099D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099D8F; }
p { color: rgb(9,157,143); }
H1.HeaderClassName
{
color: #099D8F;
}
.AnyTagClassName
{
color: #099D8F;
}
</style>
background-color css
<style>
a { background-color: #099D8F; }
a { background-color: rgb(9,157,143); }
div.DivClassName
{
background-color: #099D8F;
}
.BgClassName
{
background-color: #099D8F;
}
</style>
border-color css
<style>
span { border-color: #099D8F; }
span { border-color: rgb(9,157,143); }
td.TdClassName
{
border-color: #099D8F;
}
.TagClassName
{
border-color: #099D8F;
}
</style>