Shades of Persian Green #099DA1
Tints of Persian Green #099DA1
RGB
CMYK
RGB Variations
Color information
#099DA1 (or 0x099DA1) is known color: Persian Green. HEX triplet: 09, 9D and A1. RGB value is (9,157,161). Sum of RGB (Red+Green+Blue) = 9+157+161=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 161 (63.28% from 255 or 49.24% from 327); Max value from RGB is 161 - color contains mainly: blue. Hex color #099DA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099DA1 is #F6625E. Grayscale: #717171. Windows color (decimal): -16147039 or 10591497. OLE color: 10591497.
HSL color Cylindrical-coordinate representation of color #099DA1: hue angle of 181.58º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099DA1 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 157 | 161 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.37 |
| HSL | 181.58º | 0.89% | 0.33% | - |
| HSV(B) | 181.58º | 0.94% | 0.63% | - |
| XYZ | 18.6 | 26.75 | 37.9 | - |
| YUV | 113.2 | 154.97 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 161 | 0.94 | 0.02 | 0 | 0.37 | 181.58 | 0.89 | 0.33 |
| Hex | 9 | 9D | A1 | 5E | 2 | 0 | 25 | B6 | 59 | 21 |
| Octal | 11 | 235 | 241 | 136 | 2 | 0 | 45 | 266 | 131 | 41 |
| Binary | 1001 | 10011101 | 10100001 | 1011110 | 10 | 0 | 100101 | 10110110 | 1011001 | 100001 |
Color Harmonies of #099DA1
Complementary color
Monochromatic Colors of #099DA1
Black with #099DA1
Text Example
Text Example
White with #099DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DA1; }
p { color: rgb(9,157,161); }
H1.HeaderClassName
{
color: #099DA1;
}
.AnyTagClassName
{
color: #099DA1;
}
</style>
background-color css
<style>
a { background-color: #099DA1; }
a { background-color: rgb(9,157,161); }
div.DivClassName
{
background-color: #099DA1;
}
.BgClassName
{
background-color: #099DA1;
}
</style>
border-color css
<style>
span { border-color: #099DA1; }
span { border-color: rgb(9,157,161); }
td.TdClassName
{
border-color: #099DA1;
}
.TagClassName
{
border-color: #099DA1;
}
</style>