Shades of Persian Green #00A999
Tints of Persian Green #00A999
RGB
CMYK
RGB Variations
Color information
#00A999 (or 0x00A999) is known color: Persian Green. HEX triplet: 00, A9 and 99. RGB value is (0,169,153). Sum of RGB (Red+Green+Blue) = 0+169+153=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 169 (66.41% from 255 or 52.48% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 169 - color contains mainly: green. Hex color #00A999 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A999 is #FF5666. Grayscale: #747474. Windows color (decimal): -16733799 or 10070272. OLE color: 10070272.
HSL color Cylindrical-coordinate representation of color #00A999: hue angle of 174.32º 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 #00A999 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 153 | - |
| CMYK | 1 | 0 | 0.09 | 0.34 |
| HSL | 174.32º | 1% | 0.33% | - |
| HSV(B) | 174.32º | 1% | 0.66% | - |
| XYZ | 19.94 | 30.68 | 35.01 | - |
| YUV | 116.65 | 148.51 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 153 | 1 | 0 | 0.09 | 0.34 | 174.32 | 1 | 0.33 |
| Hex | 0 | A9 | 99 | 64 | 0 | 9 | 22 | AE | 64 | 21 |
| Octal | 0 | 251 | 231 | 144 | 0 | 11 | 42 | 256 | 144 | 41 |
| Binary | 0 | 10101001 | 10011001 | 1100100 | 0 | 1001 | 100010 | 10101110 | 1100100 | 100001 |
Color Harmonies of #00A999
Complementary color
Monochromatic Colors of #00A999
Black with #00A999
Text Example
Text Example
White with #00A999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A999; }
p { color: rgb(0,169,153); }
H1.HeaderClassName
{
color: #00A999;
}
.AnyTagClassName
{
color: #00A999;
}
</style>
background-color css
<style>
a { background-color: #00A999; }
a { background-color: rgb(0,169,153); }
div.DivClassName
{
background-color: #00A999;
}
.BgClassName
{
background-color: #00A999;
}
</style>
border-color css
<style>
span { border-color: #00A999; }
span { border-color: rgb(0,169,153); }
td.TdClassName
{
border-color: #00A999;
}
.TagClassName
{
border-color: #00A999;
}
</style>