Shades of Persian Green #00A7A0
Tints of Persian Green #00A7A0
RGB
CMYK
RGB Variations
Color information
#00A7A0 (or 0x00A7A0) is known color: Persian Green. HEX triplet: 00, A7 and A0. RGB value is (0,167,160). Sum of RGB (Red+Green+Blue) = 0+167+160=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 167 (65.62% from 255 or 51.07% from 327); Blue value is 160 (62.89% from 255 or 48.93% from 327); Max value from RGB is 167 - color contains mainly: green. Hex color #00A7A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A7A0 is #FF585F. Grayscale: #747474. Windows color (decimal): -16734304 or 10528512. OLE color: 10528512.
HSL color Cylindrical-coordinate representation of color #00A7A0: hue angle of 177.49º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A7A0 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 167 | 160 | - |
| CMYK | 1 | 0 | 0.04 | 0.35 |
| HSL | 177.49º | 1% | 0.33% | - |
| HSV(B) | 177.49º | 1% | 0.65% | - |
| XYZ | 20.16 | 30.18 | 38.02 | - |
| YUV | 116.27 | 152.67 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 167 | 160 | 1 | 0 | 0.04 | 0.35 | 177.49 | 1 | 0.33 |
| Hex | 0 | A7 | A0 | 64 | 0 | 4 | 23 | B1 | 64 | 21 |
| Octal | 0 | 247 | 240 | 144 | 0 | 4 | 43 | 261 | 144 | 41 |
| Binary | 0 | 10100111 | 10100000 | 1100100 | 0 | 100 | 100011 | 10110001 | 1100100 | 100001 |
Color Harmonies of #00A7A0
Complementary color
Monochromatic Colors of #00A7A0
Black with #00A7A0
Text Example
Text Example
White with #00A7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A7A0; }
p { color: rgb(0,167,160); }
H1.HeaderClassName
{
color: #00A7A0;
}
.AnyTagClassName
{
color: #00A7A0;
}
</style>
background-color css
<style>
a { background-color: #00A7A0; }
a { background-color: rgb(0,167,160); }
div.DivClassName
{
background-color: #00A7A0;
}
.BgClassName
{
background-color: #00A7A0;
}
</style>
border-color css
<style>
span { border-color: #00A7A0; }
span { border-color: rgb(0,167,160); }
td.TdClassName
{
border-color: #00A7A0;
}
.TagClassName
{
border-color: #00A7A0;
}
</style>