Shades of Persian Green #00A9A2
Tints of Persian Green #00A9A2
RGB
CMYK
RGB Variations
Color information
#00A9A2 (or 0x00A9A2) is known color: Persian Green. HEX triplet: 00, A9 and A2. RGB value is (0,169,162). Sum of RGB (Red+Green+Blue) = 0+169+162=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 162 (63.67% from 255 or 48.94% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #00A9A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A9A2 is #FF565D. Grayscale: #757575. Windows color (decimal): -16733790 or 10660096. OLE color: 10660096.
HSL color Cylindrical-coordinate representation of color #00A9A2: hue angle of 177.51º 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 #00A9A2 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 162 | - |
| CMYK | 1 | 0 | 0.04 | 0.34 |
| HSL | 177.51º | 1% | 0.33% | - |
| HSV(B) | 177.51º | 1% | 0.66% | - |
| XYZ | 20.71 | 30.98 | 39.07 | - |
| YUV | 117.67 | 153.01 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 162 | 1 | 0 | 0.04 | 0.34 | 177.51 | 1 | 0.33 |
| Hex | 0 | A9 | A2 | 64 | 0 | 4 | 22 | B2 | 64 | 21 |
| Octal | 0 | 251 | 242 | 144 | 0 | 4 | 42 | 262 | 144 | 41 |
| Binary | 0 | 10101001 | 10100010 | 1100100 | 0 | 100 | 100010 | 10110010 | 1100100 | 100001 |
Color Harmonies of #00A9A2
Complementary color
Monochromatic Colors of #00A9A2
Black with #00A9A2
Text Example
Text Example
White with #00A9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A9A2; }
p { color: rgb(0,169,162); }
H1.HeaderClassName
{
color: #00A9A2;
}
.AnyTagClassName
{
color: #00A9A2;
}
</style>
background-color css
<style>
a { background-color: #00A9A2; }
a { background-color: rgb(0,169,162); }
div.DivClassName
{
background-color: #00A9A2;
}
.BgClassName
{
background-color: #00A9A2;
}
</style>
border-color css
<style>
span { border-color: #00A9A2; }
span { border-color: rgb(0,169,162); }
td.TdClassName
{
border-color: #00A9A2;
}
.TagClassName
{
border-color: #00A9A2;
}
</style>