Shades of Persian Green #00AA9C
Tints of Persian Green #00AA9C
RGB
CMYK
RGB Variations
Color information
#00AA9C (or 0x00AA9C) is known color: Persian Green. HEX triplet: 00, AA and 9C. RGB value is (0,170,156). Sum of RGB (Red+Green+Blue) = 0+170+156=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AA9C is #FF5563. Grayscale: #757575. Windows color (decimal): -16733540 or 10267136. OLE color: 10267136.
HSL color Cylindrical-coordinate representation of color #00AA9C: hue angle of 175.06º 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 #00AA9C is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 156 | - |
| CMYK | 1 | 0 | 0.08 | 0.33 |
| HSL | 175.06º | 1% | 0.33% | - |
| HSV(B) | 175.06º | 1% | 0.67% | - |
| XYZ | 20.38 | 31.15 | 36.39 | - |
| YUV | 117.57 | 149.68 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 156 | 1 | 0 | 0.08 | 0.33 | 175.06 | 1 | 0.33 |
| Hex | 0 | AA | 9C | 64 | 0 | 8 | 21 | AF | 64 | 21 |
| Octal | 0 | 252 | 234 | 144 | 0 | 10 | 41 | 257 | 144 | 41 |
| Binary | 0 | 10101010 | 10011100 | 1100100 | 0 | 1000 | 100001 | 10101111 | 1100100 | 100001 |
Color Harmonies of #00AA9C
Complementary color
Monochromatic Colors of #00AA9C
Black with #00AA9C
Text Example
Text Example
White with #00AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AA9C; }
p { color: rgb(0,170,156); }
H1.HeaderClassName
{
color: #00AA9C;
}
.AnyTagClassName
{
color: #00AA9C;
}
</style>
background-color css
<style>
a { background-color: #00AA9C; }
a { background-color: rgb(0,170,156); }
div.DivClassName
{
background-color: #00AA9C;
}
.BgClassName
{
background-color: #00AA9C;
}
</style>
border-color css
<style>
span { border-color: #00AA9C; }
span { border-color: rgb(0,170,156); }
td.TdClassName
{
border-color: #00AA9C;
}
.TagClassName
{
border-color: #00AA9C;
}
</style>