Shades of Persian Green #099E9F
Tints of Persian Green #099E9F
RGB
CMYK
RGB Variations
Color information
#099E9F (or 0x099E9F) is known color: Persian Green. HEX triplet: 09, 9E and 9F. RGB value is (9,158,159). Sum of RGB (Red+Green+Blue) = 9+158+159=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #099E9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099E9F is #F66160. Grayscale: #717171. Windows color (decimal): -16146785 or 10460681. OLE color: 10460681.
HSL color Cylindrical-coordinate representation of color #099E9F: hue angle of 180.4º 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 #099E9F is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 158 | 159 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.38 |
| HSL | 180.4º | 0.89% | 0.33% | - |
| HSV(B) | 180.4º | 0.94% | 0.62% | - |
| XYZ | 18.6 | 27.02 | 37.04 | - |
| YUV | 113.56 | 153.64 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 159 | 0.94 | 0.01 | 0 | 0.38 | 180.4 | 0.89 | 0.33 |
| Hex | 9 | 9E | 9F | 5E | 1 | 0 | 26 | B4 | 59 | 21 |
| Octal | 11 | 236 | 237 | 136 | 1 | 0 | 46 | 264 | 131 | 41 |
| Binary | 1001 | 10011110 | 10011111 | 1011110 | 1 | 0 | 100110 | 10110100 | 1011001 | 100001 |
Color Harmonies of #099E9F
Complementary color
Monochromatic Colors of #099E9F
Black with #099E9F
Text Example
Text Example
White with #099E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099E9F; }
p { color: rgb(9,158,159); }
H1.HeaderClassName
{
color: #099E9F;
}
.AnyTagClassName
{
color: #099E9F;
}
</style>
background-color css
<style>
a { background-color: #099E9F; }
a { background-color: rgb(9,158,159); }
div.DivClassName
{
background-color: #099E9F;
}
.BgClassName
{
background-color: #099E9F;
}
</style>
border-color css
<style>
span { border-color: #099E9F; }
span { border-color: rgb(9,158,159); }
td.TdClassName
{
border-color: #099E9F;
}
.TagClassName
{
border-color: #099E9F;
}
</style>