Shades of Persian Green #00A99C
Tints of Persian Green #00A99C
RGB
CMYK
RGB Variations
Color information
#00A99C (or 0x00A99C) is known color: Persian Green. HEX triplet: 00, A9 and 9C. RGB value is (0,169,156). Sum of RGB (Red+Green+Blue) = 0+169+156=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #00A99C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A99C is #FF5663. Grayscale: #747474. Windows color (decimal): -16733796 or 10266880. OLE color: 10266880.
HSL color Cylindrical-coordinate representation of color #00A99C: hue angle of 175.38º 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 #00A99C is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 156 | - |
| CMYK | 1 | 0 | 0.08 | 0.34 |
| HSL | 175.38º | 1% | 0.33% | - |
| HSV(B) | 175.38º | 1% | 0.66% | - |
| XYZ | 20.19 | 30.78 | 36.33 | - |
| YUV | 116.99 | 150.01 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 156 | 1 | 0 | 0.08 | 0.34 | 175.38 | 1 | 0.33 |
| Hex | 0 | A9 | 9C | 64 | 0 | 8 | 22 | AF | 64 | 21 |
| Octal | 0 | 251 | 234 | 144 | 0 | 10 | 42 | 257 | 144 | 41 |
| Binary | 0 | 10101001 | 10011100 | 1100100 | 0 | 1000 | 100010 | 10101111 | 1100100 | 100001 |
Color Harmonies of #00A99C
Complementary color
Monochromatic Colors of #00A99C
Black with #00A99C
Text Example
Text Example
White with #00A99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A99C; }
p { color: rgb(0,169,156); }
H1.HeaderClassName
{
color: #00A99C;
}
.AnyTagClassName
{
color: #00A99C;
}
</style>
background-color css
<style>
a { background-color: #00A99C; }
a { background-color: rgb(0,169,156); }
div.DivClassName
{
background-color: #00A99C;
}
.BgClassName
{
background-color: #00A99C;
}
</style>
border-color css
<style>
span { border-color: #00A99C; }
span { border-color: rgb(0,169,156); }
td.TdClassName
{
border-color: #00A99C;
}
.TagClassName
{
border-color: #00A99C;
}
</style>