Shades of Persian Green #00AA9F
Tints of Persian Green #00AA9F
RGB
CMYK
RGB Variations
Color information
#00AA9F (or 0x00AA9F) is known color: Persian Green. HEX triplet: 00, AA and 9F. RGB value is (0,170,159). Sum of RGB (Red+Green+Blue) = 0+170+159=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AA9F is #FF5560. Grayscale: #757575. Windows color (decimal): -16733537 or 10463744. OLE color: 10463744.
HSL color Cylindrical-coordinate representation of color #00AA9F: hue angle of 176.12º 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 #00AA9F is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 159 | - |
| CMYK | 1 | 0 | 0.06 | 0.33 |
| HSL | 176.12º | 1% | 0.33% | - |
| HSV(B) | 176.12º | 1% | 0.67% | - |
| XYZ | 20.63 | 31.25 | 37.75 | - |
| YUV | 117.92 | 151.18 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 159 | 1 | 0 | 0.06 | 0.33 | 176.12 | 1 | 0.33 |
| Hex | 0 | AA | 9F | 64 | 0 | 6 | 21 | B0 | 64 | 21 |
| Octal | 0 | 252 | 237 | 144 | 0 | 6 | 41 | 260 | 144 | 41 |
| Binary | 0 | 10101010 | 10011111 | 1100100 | 0 | 110 | 100001 | 10110000 | 1100100 | 100001 |
Color Harmonies of #00AA9F
Complementary color
Monochromatic Colors of #00AA9F
Black with #00AA9F
Text Example
Text Example
White with #00AA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AA9F; }
p { color: rgb(0,170,159); }
H1.HeaderClassName
{
color: #00AA9F;
}
.AnyTagClassName
{
color: #00AA9F;
}
</style>
background-color css
<style>
a { background-color: #00AA9F; }
a { background-color: rgb(0,170,159); }
div.DivClassName
{
background-color: #00AA9F;
}
.BgClassName
{
background-color: #00AA9F;
}
</style>
border-color css
<style>
span { border-color: #00AA9F; }
span { border-color: rgb(0,170,159); }
td.TdClassName
{
border-color: #00AA9F;
}
.TagClassName
{
border-color: #00AA9F;
}
</style>