Shades of Persian Green #09A9A0
Tints of Persian Green #09A9A0
RGB
CMYK
RGB Variations
Color information
#09A9A0 (or 0x09A9A0) is known color: Persian Green. HEX triplet: 09, A9 and A0. RGB value is (9,169,160). Sum of RGB (Red+Green+Blue) = 9+169+160=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 169 (66.41% from 255 or 50% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 169 - color contains mainly: green. Hex color #09A9A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A9A0 is #F6565F. Grayscale: #787878. Windows color (decimal): -16143968 or 10529033. OLE color: 10529033.
HSL color Cylindrical-coordinate representation of color #09A9A0: hue angle of 176.62º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A9A0 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 9 | 169 | 160 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.34 |
| HSL | 176.63º | 0.9% | 0.35% | - |
| HSV(B) | 176.63º | 0.95% | 0.66% | - |
| XYZ | 20.65 | 30.97 | 38.15 | - |
| YUV | 120.13 | 150.49 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 169 | 160 | 0.95 | 0 | 0.05 | 0.34 | 176.63 | 0.9 | 0.35 |
| Hex | 9 | A9 | A0 | 5F | 0 | 5 | 22 | B1 | 5A | 23 |
| Octal | 11 | 251 | 240 | 137 | 0 | 5 | 42 | 261 | 132 | 43 |
| Binary | 1001 | 10101001 | 10100000 | 1011111 | 0 | 101 | 100010 | 10110001 | 1011010 | 100011 |
Color Harmonies of #09A9A0
Complementary color
Monochromatic Colors of #09A9A0
Black with #09A9A0
Text Example
Text Example
White with #09A9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A9A0; }
p { color: rgb(9,169,160); }
H1.HeaderClassName
{
color: #09A9A0;
}
.AnyTagClassName
{
color: #09A9A0;
}
</style>
background-color css
<style>
a { background-color: #09A9A0; }
a { background-color: rgb(9,169,160); }
div.DivClassName
{
background-color: #09A9A0;
}
.BgClassName
{
background-color: #09A9A0;
}
</style>
border-color css
<style>
span { border-color: #09A9A0; }
span { border-color: rgb(9,169,160); }
td.TdClassName
{
border-color: #09A9A0;
}
.TagClassName
{
border-color: #09A9A0;
}
</style>