Shades of Persian Green #00AD95
Tints of Persian Green #00AD95
RGB
CMYK
RGB Variations
Color information
#00AD95 (or 0x00AD95) is known color: Persian Green. HEX triplet: 00, AD and 95. RGB value is (0,173,149). Sum of RGB (Red+Green+Blue) = 0+173+149=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #00AD95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AD95 is #FF526A. Grayscale: #767676. Windows color (decimal): -16732779 or 9809152. OLE color: 9809152.
HSL color Cylindrical-coordinate representation of color #00AD95: hue angle of 171.68º 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 #00AD95 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 173 | 149 | - |
| CMYK | 1 | 0 | 0.14 | 0.32 |
| HSL | 171.68º | 1% | 0.34% | - |
| HSV(B) | 171.68º | 1% | 0.68% | - |
| XYZ | 20.37 | 32.06 | 33.55 | - |
| YUV | 118.54 | 145.19 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 149 | 1 | 0 | 0.14 | 0.32 | 171.68 | 1 | 0.34 |
| Hex | 0 | AD | 95 | 64 | 0 | E | 20 | AC | 64 | 22 |
| Octal | 0 | 255 | 225 | 144 | 0 | 16 | 40 | 254 | 144 | 42 |
| Binary | 0 | 10101101 | 10010101 | 1100100 | 0 | 1110 | 100000 | 10101100 | 1100100 | 100010 |
Color Harmonies of #00AD95
Complementary color
Monochromatic Colors of #00AD95
Black with #00AD95
Text Example
Text Example
White with #00AD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AD95; }
p { color: rgb(0,173,149); }
H1.HeaderClassName
{
color: #00AD95;
}
.AnyTagClassName
{
color: #00AD95;
}
</style>
background-color css
<style>
a { background-color: #00AD95; }
a { background-color: rgb(0,173,149); }
div.DivClassName
{
background-color: #00AD95;
}
.BgClassName
{
background-color: #00AD95;
}
</style>
border-color css
<style>
span { border-color: #00AD95; }
span { border-color: rgb(0,173,149); }
td.TdClassName
{
border-color: #00AD95;
}
.TagClassName
{
border-color: #00AD95;
}
</style>