Shades of Persian Green #00A99A
Tints of Persian Green #00A99A
RGB
CMYK
RGB Variations
Color information
#00A99A (or 0x00A99A) is known color: Persian Green. HEX triplet: 00, A9 and 9A. RGB value is (0,169,154). Sum of RGB (Red+Green+Blue) = 0+169+154=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 169 (66.41% from 255 or 52.32% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 169 - color contains mainly: green. Hex color #00A99A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A99A is #FF5665. Grayscale: #747474. Windows color (decimal): -16733798 or 10135808. OLE color: 10135808.
HSL color Cylindrical-coordinate representation of color #00A99A: hue angle of 174.67º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A99A is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 154 | - |
| CMYK | 1 | 0 | 0.09 | 0.34 |
| HSL | 174.67º | 1% | 0.33% | - |
| HSV(B) | 174.67º | 1% | 0.66% | - |
| XYZ | 20.02 | 30.71 | 35.44 | - |
| YUV | 116.76 | 149.01 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 154 | 1 | 0 | 0.09 | 0.34 | 174.67 | 1 | 0.33 |
| Hex | 0 | A9 | 9A | 64 | 0 | 9 | 22 | AF | 64 | 21 |
| Octal | 0 | 251 | 232 | 144 | 0 | 11 | 42 | 257 | 144 | 41 |
| Binary | 0 | 10101001 | 10011010 | 1100100 | 0 | 1001 | 100010 | 10101111 | 1100100 | 100001 |
Color Harmonies of #00A99A
Complementary color
Monochromatic Colors of #00A99A
Black with #00A99A
Text Example
Text Example
White with #00A99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A99A; }
p { color: rgb(0,169,154); }
H1.HeaderClassName
{
color: #00A99A;
}
.AnyTagClassName
{
color: #00A99A;
}
</style>
background-color css
<style>
a { background-color: #00A99A; }
a { background-color: rgb(0,169,154); }
div.DivClassName
{
background-color: #00A99A;
}
.BgClassName
{
background-color: #00A99A;
}
</style>
border-color css
<style>
span { border-color: #00A99A; }
span { border-color: rgb(0,169,154); }
td.TdClassName
{
border-color: #00A99A;
}
.TagClassName
{
border-color: #00A99A;
}
</style>