Shades of Persian Green #09A0A3
Tints of Persian Green #09A0A3
RGB
CMYK
RGB Variations
Color information
#09A0A3 (or 0x09A0A3) is known color: Persian Green. HEX triplet: 09, A0 and A3. RGB value is (9,160,163). Sum of RGB (Red+Green+Blue) = 9+160+163=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 163 (64.06% from 255 or 49.10% from 332); Max value from RGB is 163 - color contains mainly: blue. Hex color #09A0A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A0A3 is #F65F5C. Grayscale: #737373. Windows color (decimal): -16146269 or 10723337. OLE color: 10723337.
HSL color Cylindrical-coordinate representation of color #09A0A3: hue angle of 181.17º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A0A3 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 160 | 163 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.36 |
| HSL | 181.17º | 0.9% | 0.34% | - |
| HSV(B) | 181.17º | 0.94% | 0.64% | - |
| XYZ | 19.29 | 27.84 | 39.01 | - |
| YUV | 115.19 | 154.97 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 163 | 0.94 | 0.02 | 0 | 0.36 | 181.17 | 0.9 | 0.34 |
| Hex | 9 | A0 | A3 | 5E | 2 | 0 | 24 | B5 | 5A | 22 |
| Octal | 11 | 240 | 243 | 136 | 2 | 0 | 44 | 265 | 132 | 42 |
| Binary | 1001 | 10100000 | 10100011 | 1011110 | 10 | 0 | 100100 | 10110101 | 1011010 | 100010 |
Color Harmonies of #09A0A3
Complementary color
Monochromatic Colors of #09A0A3
Black with #09A0A3
Text Example
Text Example
White with #09A0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A0A3; }
p { color: rgb(9,160,163); }
H1.HeaderClassName
{
color: #09A0A3;
}
.AnyTagClassName
{
color: #09A0A3;
}
</style>
background-color css
<style>
a { background-color: #09A0A3; }
a { background-color: rgb(9,160,163); }
div.DivClassName
{
background-color: #09A0A3;
}
.BgClassName
{
background-color: #09A0A3;
}
</style>
border-color css
<style>
span { border-color: #09A0A3; }
span { border-color: rgb(9,160,163); }
td.TdClassName
{
border-color: #09A0A3;
}
.TagClassName
{
border-color: #09A0A3;
}
</style>