Shades of Persian Green #099BA1
Tints of Persian Green #099BA1
RGB
CMYK
RGB Variations
Color information
#099BA1 (or 0x099BA1) is known color: Persian Green. HEX triplet: 09, 9B and A1. RGB value is (9,155,161). Sum of RGB (Red+Green+Blue) = 9+155+161=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 161 - color contains mainly: blue. Hex color #099BA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099BA1 is #F6645E. Grayscale: #6F6F6F. Windows color (decimal): -16147551 or 10590985. OLE color: 10590985.
HSL color Cylindrical-coordinate representation of color #099BA1: hue angle of 182.37º 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 #099BA1 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 155 | 161 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.37 |
| HSL | 182.37º | 0.89% | 0.33% | - |
| HSV(B) | 182.37º | 0.94% | 0.63% | - |
| XYZ | 18.27 | 26.07 | 37.79 | - |
| YUV | 112.03 | 155.63 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 161 | 0.94 | 0.04 | 0 | 0.37 | 182.37 | 0.89 | 0.33 |
| Hex | 9 | 9B | A1 | 5E | 4 | 0 | 25 | B6 | 59 | 21 |
| Octal | 11 | 233 | 241 | 136 | 4 | 0 | 45 | 266 | 131 | 41 |
| Binary | 1001 | 10011011 | 10100001 | 1011110 | 100 | 0 | 100101 | 10110110 | 1011001 | 100001 |
Color Harmonies of #099BA1
Complementary color
Monochromatic Colors of #099BA1
Black with #099BA1
Text Example
Text Example
White with #099BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099BA1; }
p { color: rgb(9,155,161); }
H1.HeaderClassName
{
color: #099BA1;
}
.AnyTagClassName
{
color: #099BA1;
}
</style>
background-color css
<style>
a { background-color: #099BA1; }
a { background-color: rgb(9,155,161); }
div.DivClassName
{
background-color: #099BA1;
}
.BgClassName
{
background-color: #099BA1;
}
</style>
border-color css
<style>
span { border-color: #099BA1; }
span { border-color: rgb(9,155,161); }
td.TdClassName
{
border-color: #099BA1;
}
.TagClassName
{
border-color: #099BA1;
}
</style>