Shades of Persian Green #00AA9B
Tints of Persian Green #00AA9B
RGB
CMYK
RGB Variations
Color information
#00AA9B (or 0x00AA9B) is known color: Persian Green. HEX triplet: 00, AA and 9B. RGB value is (0,170,155). Sum of RGB (Red+Green+Blue) = 0+170+155=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AA9B is #FF5564. Grayscale: #757575. Windows color (decimal): -16733541 or 10201600. OLE color: 10201600.
HSL color Cylindrical-coordinate representation of color #00AA9B: hue angle of 174.71º 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 #00AA9B is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 155 | - |
| CMYK | 1 | 0 | 0.09 | 0.33 |
| HSL | 174.71º | 1% | 0.33% | - |
| HSV(B) | 174.71º | 1% | 0.67% | - |
| XYZ | 20.29 | 31.12 | 35.95 | - |
| YUV | 117.46 | 149.18 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 155 | 1 | 0 | 0.09 | 0.33 | 174.71 | 1 | 0.33 |
| Hex | 0 | AA | 9B | 64 | 0 | 9 | 21 | AF | 64 | 21 |
| Octal | 0 | 252 | 233 | 144 | 0 | 11 | 41 | 257 | 144 | 41 |
| Binary | 0 | 10101010 | 10011011 | 1100100 | 0 | 1001 | 100001 | 10101111 | 1100100 | 100001 |
Color Harmonies of #00AA9B
Complementary color
Monochromatic Colors of #00AA9B
Black with #00AA9B
Text Example
Text Example
White with #00AA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AA9B; }
p { color: rgb(0,170,155); }
H1.HeaderClassName
{
color: #00AA9B;
}
.AnyTagClassName
{
color: #00AA9B;
}
</style>
background-color css
<style>
a { background-color: #00AA9B; }
a { background-color: rgb(0,170,155); }
div.DivClassName
{
background-color: #00AA9B;
}
.BgClassName
{
background-color: #00AA9B;
}
</style>
border-color css
<style>
span { border-color: #00AA9B; }
span { border-color: rgb(0,170,155); }
td.TdClassName
{
border-color: #00AA9B;
}
.TagClassName
{
border-color: #00AA9B;
}
</style>