Shades of Persian Green #00AD90
Tints of Persian Green #00AD90
RGB
CMYK
RGB Variations
Color information
#00AD90 (or 0x00AD90) is known color: Persian Green. HEX triplet: 00, AD and 90. RGB value is (0,173,144). Sum of RGB (Red+Green+Blue) = 0+173+144=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 173 (67.97% from 255 or 54.57% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 173 - color contains mainly: green. Hex color #00AD90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AD90 is #FF526F. Grayscale: #757575. Windows color (decimal): -16732784 or 9481472. OLE color: 9481472.
HSL color Cylindrical-coordinate representation of color #00AD90: hue angle of 169.94º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AD90 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 173 | 144 | - |
| CMYK | 1 | 0 | 0.17 | 0.32 |
| HSL | 169.94º | 1% | 0.34% | - |
| HSV(B) | 169.94º | 1% | 0.68% | - |
| XYZ | 19.98 | 31.9 | 31.49 | - |
| YUV | 117.97 | 142.69 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 144 | 1 | 0 | 0.17 | 0.32 | 169.94 | 1 | 0.34 |
| Hex | 0 | AD | 90 | 64 | 0 | 11 | 20 | AA | 64 | 22 |
| Octal | 0 | 255 | 220 | 144 | 0 | 21 | 40 | 252 | 144 | 42 |
| Binary | 0 | 10101101 | 10010000 | 1100100 | 0 | 10001 | 100000 | 10101010 | 1100100 | 100010 |
Color Harmonies of #00AD90
Complementary color
Monochromatic Colors of #00AD90
Black with #00AD90
Text Example
Text Example
White with #00AD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AD90; }
p { color: rgb(0,173,144); }
H1.HeaderClassName
{
color: #00AD90;
}
.AnyTagClassName
{
color: #00AD90;
}
</style>
background-color css
<style>
a { background-color: #00AD90; }
a { background-color: rgb(0,173,144); }
div.DivClassName
{
background-color: #00AD90;
}
.BgClassName
{
background-color: #00AD90;
}
</style>
border-color css
<style>
span { border-color: #00AD90; }
span { border-color: rgb(0,173,144); }
td.TdClassName
{
border-color: #00AD90;
}
.TagClassName
{
border-color: #00AD90;
}
</style>