Shades of Persian Green #04AF86
Tints of Persian Green #04AF86
RGB
CMYK
RGB Variations
Color information
#04AF86 (or 0x04AF86) is known color: Persian Green. HEX triplet: 04, AF and 86. RGB value is (4,175,134). Sum of RGB (Red+Green+Blue) = 4+175+134=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AF86 is #FB5079. Grayscale: #777777. Windows color (decimal): -16470138 or 8826628. OLE color: 8826628.
HSL color Cylindrical-coordinate representation of color #04AF86: hue angle of 165.61º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AF86 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 175 | 134 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.31 |
| HSL | 165.61º | 0.96% | 0.35% | - |
| HSV(B) | 165.61º | 0.98% | 0.69% | - |
| XYZ | 19.68 | 32.41 | 27.77 | - |
| YUV | 119.2 | 136.35 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 134 | 0.98 | 0 | 0.23 | 0.31 | 165.61 | 0.96 | 0.35 |
| Hex | 4 | AF | 86 | 62 | 0 | 17 | 1F | A6 | 60 | 23 |
| Octal | 4 | 257 | 206 | 142 | 0 | 27 | 37 | 246 | 140 | 43 |
| Binary | 100 | 10101111 | 10000110 | 1100010 | 0 | 10111 | 11111 | 10100110 | 1100000 | 100011 |
Color Harmonies of #04AF86
Complementary color
Monochromatic Colors of #04AF86
Black with #04AF86
Text Example
Text Example
White with #04AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AF86; }
p { color: rgb(4,175,134); }
H1.HeaderClassName
{
color: #04AF86;
}
.AnyTagClassName
{
color: #04AF86;
}
</style>
background-color css
<style>
a { background-color: #04AF86; }
a { background-color: rgb(4,175,134); }
div.DivClassName
{
background-color: #04AF86;
}
.BgClassName
{
background-color: #04AF86;
}
</style>
border-color css
<style>
span { border-color: #04AF86; }
span { border-color: rgb(4,175,134); }
td.TdClassName
{
border-color: #04AF86;
}
.TagClassName
{
border-color: #04AF86;
}
</style>