Shades of Persian Green #00AA9A
Tints of Persian Green #00AA9A
RGB
CMYK
RGB Variations
Color information
#00AA9A (or 0x00AA9A) is known color: Persian Green. HEX triplet: 00, AA and 9A. RGB value is (0,170,154). Sum of RGB (Red+Green+Blue) = 0+170+154=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AA9A is #FF5565. Grayscale: #757575. Windows color (decimal): -16733542 or 10136064. OLE color: 10136064.
HSL color Cylindrical-coordinate representation of color #00AA9A: hue angle of 174.35º 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 #00AA9A is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 154 | - |
| CMYK | 1 | 0 | 0.09 | 0.33 |
| HSL | 174.35º | 1% | 0.33% | - |
| HSV(B) | 174.35º | 1% | 0.67% | - |
| XYZ | 20.21 | 31.08 | 35.51 | - |
| YUV | 117.35 | 148.68 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 154 | 1 | 0 | 0.09 | 0.33 | 174.35 | 1 | 0.33 |
| Hex | 0 | AA | 9A | 64 | 0 | 9 | 21 | AE | 64 | 21 |
| Octal | 0 | 252 | 232 | 144 | 0 | 11 | 41 | 256 | 144 | 41 |
| Binary | 0 | 10101010 | 10011010 | 1100100 | 0 | 1001 | 100001 | 10101110 | 1100100 | 100001 |
Color Harmonies of #00AA9A
Complementary color
Monochromatic Colors of #00AA9A
Black with #00AA9A
Text Example
Text Example
White with #00AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AA9A; }
p { color: rgb(0,170,154); }
H1.HeaderClassName
{
color: #00AA9A;
}
.AnyTagClassName
{
color: #00AA9A;
}
</style>
background-color css
<style>
a { background-color: #00AA9A; }
a { background-color: rgb(0,170,154); }
div.DivClassName
{
background-color: #00AA9A;
}
.BgClassName
{
background-color: #00AA9A;
}
</style>
border-color css
<style>
span { border-color: #00AA9A; }
span { border-color: rgb(0,170,154); }
td.TdClassName
{
border-color: #00AA9A;
}
.TagClassName
{
border-color: #00AA9A;
}
</style>