Shades of Persian Green #09AA9D
Tints of Persian Green #09AA9D
RGB
CMYK
RGB Variations
Color information
#09AA9D (or 0x09AA9D) is known color: Persian Green. HEX triplet: 09, AA and 9D. RGB value is (9,170,157). Sum of RGB (Red+Green+Blue) = 9+170+157=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AA9D is #F65562. Grayscale: #787878. Windows color (decimal): -16143715 or 10332681. OLE color: 10332681.
HSL color Cylindrical-coordinate representation of color #09AA9D: hue angle of 175.16º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AA9D is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 170 | 157 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.33 |
| HSL | 175.16º | 0.9% | 0.35% | - |
| HSV(B) | 175.16º | 0.95% | 0.67% | - |
| XYZ | 20.57 | 31.24 | 36.84 | - |
| YUV | 120.38 | 148.66 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 157 | 0.95 | 0 | 0.08 | 0.33 | 175.16 | 0.9 | 0.35 |
| Hex | 9 | AA | 9D | 5F | 0 | 8 | 21 | AF | 5A | 23 |
| Octal | 11 | 252 | 235 | 137 | 0 | 10 | 41 | 257 | 132 | 43 |
| Binary | 1001 | 10101010 | 10011101 | 1011111 | 0 | 1000 | 100001 | 10101111 | 1011010 | 100011 |
Color Harmonies of #09AA9D
Complementary color
Monochromatic Colors of #09AA9D
Black with #09AA9D
Text Example
Text Example
White with #09AA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AA9D; }
p { color: rgb(9,170,157); }
H1.HeaderClassName
{
color: #09AA9D;
}
.AnyTagClassName
{
color: #09AA9D;
}
</style>
background-color css
<style>
a { background-color: #09AA9D; }
a { background-color: rgb(9,170,157); }
div.DivClassName
{
background-color: #09AA9D;
}
.BgClassName
{
background-color: #09AA9D;
}
</style>
border-color css
<style>
span { border-color: #09AA9D; }
span { border-color: rgb(9,170,157); }
td.TdClassName
{
border-color: #09AA9D;
}
.TagClassName
{
border-color: #09AA9D;
}
</style>