Shades of Persian Green #099D9E
Tints of Persian Green #099D9E
RGB
CMYK
RGB Variations
Color information
#099D9E (or 0x099D9E) is known color: Persian Green. HEX triplet: 09, 9D and 9E. RGB value is (9,157,158). Sum of RGB (Red+Green+Blue) = 9+157+158=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 157 (61.72% from 255 or 48.46% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #099D9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099D9E is #F66261. Grayscale: #707070. Windows color (decimal): -16147042 or 10394889. OLE color: 10394889.
HSL color Cylindrical-coordinate representation of color #099D9E: 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 #099D9E is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 157 | 158 | - |
| 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.34 | 26.64 | 36.52 | - |
| YUV | 112.86 | 153.47 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 158 | 0.94 | 0.01 | 0 | 0.38 | 180.4 | 0.89 | 0.33 |
| Hex | 9 | 9D | 9E | 5E | 1 | 0 | 26 | B4 | 59 | 21 |
| Octal | 11 | 235 | 236 | 136 | 1 | 0 | 46 | 264 | 131 | 41 |
| Binary | 1001 | 10011101 | 10011110 | 1011110 | 1 | 0 | 100110 | 10110100 | 1011001 | 100001 |
Color Harmonies of #099D9E
Complementary color
Monochromatic Colors of #099D9E
Black with #099D9E
Text Example
Text Example
White with #099D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099D9E; }
p { color: rgb(9,157,158); }
H1.HeaderClassName
{
color: #099D9E;
}
.AnyTagClassName
{
color: #099D9E;
}
</style>
background-color css
<style>
a { background-color: #099D9E; }
a { background-color: rgb(9,157,158); }
div.DivClassName
{
background-color: #099D9E;
}
.BgClassName
{
background-color: #099D9E;
}
</style>
border-color css
<style>
span { border-color: #099D9E; }
span { border-color: rgb(9,157,158); }
td.TdClassName
{
border-color: #099D9E;
}
.TagClassName
{
border-color: #099D9E;
}
</style>