Shades of Persian Green #099D9B
Tints of Persian Green #099D9B
RGB
CMYK
RGB Variations
Color information
#099D9B (or 0x099D9B) is known color: Persian Green. HEX triplet: 09, 9D and 9B. RGB value is (9,157,155). Sum of RGB (Red+Green+Blue) = 9+157+155=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 157 (61.72% from 255 or 48.91% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 157 - color contains mainly: green. Hex color #099D9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099D9B is #F66264. Grayscale: #707070. Windows color (decimal): -16147045 or 10198281. OLE color: 10198281.
HSL color Cylindrical-coordinate representation of color #099D9B: hue angle of 179.19º 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 #099D9B is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 157 | 155 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.38 |
| HSL | 179.19º | 0.89% | 0.33% | - |
| HSV(B) | 179.19º | 0.94% | 0.62% | - |
| XYZ | 18.09 | 26.54 | 35.18 | - |
| YUV | 112.52 | 151.97 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 155 | 0.94 | 0 | 0.01 | 0.38 | 179.19 | 0.89 | 0.33 |
| Hex | 9 | 9D | 9B | 5E | 0 | 1 | 26 | B3 | 59 | 21 |
| Octal | 11 | 235 | 233 | 136 | 0 | 1 | 46 | 263 | 131 | 41 |
| Binary | 1001 | 10011101 | 10011011 | 1011110 | 0 | 1 | 100110 | 10110011 | 1011001 | 100001 |
Color Harmonies of #099D9B
Complementary color
Monochromatic Colors of #099D9B
Black with #099D9B
Text Example
Text Example
White with #099D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099D9B; }
p { color: rgb(9,157,155); }
H1.HeaderClassName
{
color: #099D9B;
}
.AnyTagClassName
{
color: #099D9B;
}
</style>
background-color css
<style>
a { background-color: #099D9B; }
a { background-color: rgb(9,157,155); }
div.DivClassName
{
background-color: #099D9B;
}
.BgClassName
{
background-color: #099D9B;
}
</style>
border-color css
<style>
span { border-color: #099D9B; }
span { border-color: rgb(9,157,155); }
td.TdClassName
{
border-color: #099D9B;
}
.TagClassName
{
border-color: #099D9B;
}
</style>