Shades of Persian Green #00AA9E
Tints of Persian Green #00AA9E
RGB
CMYK
RGB Variations
Color information
#00AA9E (or 0x00AA9E) is known color: Persian Green. HEX triplet: 00, AA and 9E. RGB value is (0,170,158). Sum of RGB (Red+Green+Blue) = 0+170+158=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AA9E is #FF5561. Grayscale: #757575. Windows color (decimal): -16733538 or 10398208. OLE color: 10398208.
HSL color Cylindrical-coordinate representation of color #00AA9E: hue angle of 175.76º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AA9E is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 158 | - |
| CMYK | 1 | 0 | 0.07 | 0.33 |
| HSL | 175.76º | 1% | 0.33% | - |
| HSV(B) | 175.76º | 1% | 0.67% | - |
| XYZ | 20.55 | 31.22 | 37.29 | - |
| YUV | 117.8 | 150.68 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 158 | 1 | 0 | 0.07 | 0.33 | 175.76 | 1 | 0.33 |
| Hex | 0 | AA | 9E | 64 | 0 | 7 | 21 | B0 | 64 | 21 |
| Octal | 0 | 252 | 236 | 144 | 0 | 7 | 41 | 260 | 144 | 41 |
| Binary | 0 | 10101010 | 10011110 | 1100100 | 0 | 111 | 100001 | 10110000 | 1100100 | 100001 |
Color Harmonies of #00AA9E
Complementary color
Monochromatic Colors of #00AA9E
Black with #00AA9E
Text Example
Text Example
White with #00AA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AA9E; }
p { color: rgb(0,170,158); }
H1.HeaderClassName
{
color: #00AA9E;
}
.AnyTagClassName
{
color: #00AA9E;
}
</style>
background-color css
<style>
a { background-color: #00AA9E; }
a { background-color: rgb(0,170,158); }
div.DivClassName
{
background-color: #00AA9E;
}
.BgClassName
{
background-color: #00AA9E;
}
</style>
border-color css
<style>
span { border-color: #00AA9E; }
span { border-color: rgb(0,170,158); }
td.TdClassName
{
border-color: #00AA9E;
}
.TagClassName
{
border-color: #00AA9E;
}
</style>