Shades of Persian Green #04AD87
Tints of Persian Green #04AD87
RGB
CMYK
RGB Variations
Color information
#04AD87 (or 0x04AD87) is known color: Persian Green. HEX triplet: 04, AD and 87. RGB value is (4,173,135). Sum of RGB (Red+Green+Blue) = 4+173+135=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 173 (67.97% from 255 or 55.45% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AD87 is #FB5278. Grayscale: #767676. Windows color (decimal): -16470649 or 8891652. OLE color: 8891652.
HSL color Cylindrical-coordinate representation of color #04AD87: hue angle of 166.51º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AD87 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 135 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.32 |
| HSL | 166.51º | 0.95% | 0.35% | - |
| HSV(B) | 166.51º | 0.98% | 0.68% | - |
| XYZ | 19.37 | 31.66 | 28.01 | - |
| YUV | 118.14 | 137.51 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 135 | 0.98 | 0 | 0.22 | 0.32 | 166.51 | 0.95 | 0.35 |
| Hex | 4 | AD | 87 | 62 | 0 | 16 | 20 | A7 | 5F | 23 |
| Octal | 4 | 255 | 207 | 142 | 0 | 26 | 40 | 247 | 137 | 43 |
| Binary | 100 | 10101101 | 10000111 | 1100010 | 0 | 10110 | 100000 | 10100111 | 1011111 | 100011 |
Color Harmonies of #04AD87
Complementary color
Monochromatic Colors of #04AD87
Black with #04AD87
Text Example
Text Example
White with #04AD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD87; }
p { color: rgb(4,173,135); }
H1.HeaderClassName
{
color: #04AD87;
}
.AnyTagClassName
{
color: #04AD87;
}
</style>
background-color css
<style>
a { background-color: #04AD87; }
a { background-color: rgb(4,173,135); }
div.DivClassName
{
background-color: #04AD87;
}
.BgClassName
{
background-color: #04AD87;
}
</style>
border-color css
<style>
span { border-color: #04AD87; }
span { border-color: rgb(4,173,135); }
td.TdClassName
{
border-color: #04AD87;
}
.TagClassName
{
border-color: #04AD87;
}
</style>