Shades of Persian Green #00A889
Tints of Persian Green #00A889
RGB
CMYK
RGB Variations
Color information
#00A889 (or 0x00A889) is known color: Persian Green. HEX triplet: 00, A8 and 89. RGB value is (0,168,137). Sum of RGB (Red+Green+Blue) = 0+168+137=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 168 (66.02% from 255 or 55.08% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 168 - color contains mainly: green. Hex color #00A889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A889 is #FF5776. Grayscale: #727272. Windows color (decimal): -16734071 or 9021440. OLE color: 9021440.
HSL color Cylindrical-coordinate representation of color #00A889: hue angle of 168.93º 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 #00A889 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 168 | 137 | - |
| CMYK | 1 | 0 | 0.18 | 0.34 |
| HSL | 168.93º | 1% | 0.33% | - |
| HSV(B) | 168.93º | 1% | 0.66% | - |
| XYZ | 18.52 | 29.81 | 28.45 | - |
| YUV | 114.23 | 140.84 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 137 | 1 | 0 | 0.18 | 0.34 | 168.93 | 1 | 0.33 |
| Hex | 0 | A8 | 89 | 64 | 0 | 12 | 22 | A9 | 64 | 21 |
| Octal | 0 | 250 | 211 | 144 | 0 | 22 | 42 | 251 | 144 | 41 |
| Binary | 0 | 10101000 | 10001001 | 1100100 | 0 | 10010 | 100010 | 10101001 | 1100100 | 100001 |
Color Harmonies of #00A889
Complementary color
Monochromatic Colors of #00A889
Black with #00A889
Text Example
Text Example
White with #00A889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A889; }
p { color: rgb(0,168,137); }
H1.HeaderClassName
{
color: #00A889;
}
.AnyTagClassName
{
color: #00A889;
}
</style>
background-color css
<style>
a { background-color: #00A889; }
a { background-color: rgb(0,168,137); }
div.DivClassName
{
background-color: #00A889;
}
.BgClassName
{
background-color: #00A889;
}
</style>
border-color css
<style>
span { border-color: #00A889; }
span { border-color: rgb(0,168,137); }
td.TdClassName
{
border-color: #00A889;
}
.TagClassName
{
border-color: #00A889;
}
</style>