Shades of Persian Green #04AB86
Tints of Persian Green #04AB86
RGB
CMYK
RGB Variations
Color information
#04AB86 (or 0x04AB86) is known color: Persian Green. HEX triplet: 04, AB and 86. RGB value is (4,171,134). Sum of RGB (Red+Green+Blue) = 4+171+134=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AB86 is #FB5479. Grayscale: #747474. Windows color (decimal): -16471162 or 8825604. OLE color: 8825604.
HSL color Cylindrical-coordinate representation of color #04AB86: hue angle of 166.71º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AB86 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 171 | 134 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.33 |
| HSL | 166.71º | 0.95% | 0.34% | - |
| HSV(B) | 166.71º | 0.98% | 0.67% | - |
| XYZ | 18.92 | 30.87 | 27.52 | - |
| YUV | 116.85 | 137.67 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 134 | 0.98 | 0 | 0.22 | 0.33 | 166.71 | 0.95 | 0.34 |
| Hex | 4 | AB | 86 | 62 | 0 | 16 | 21 | A7 | 5F | 22 |
| Octal | 4 | 253 | 206 | 142 | 0 | 26 | 41 | 247 | 137 | 42 |
| Binary | 100 | 10101011 | 10000110 | 1100010 | 0 | 10110 | 100001 | 10100111 | 1011111 | 100010 |
Color Harmonies of #04AB86
Complementary color
Monochromatic Colors of #04AB86
Black with #04AB86
Text Example
Text Example
White with #04AB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AB86; }
p { color: rgb(4,171,134); }
H1.HeaderClassName
{
color: #04AB86;
}
.AnyTagClassName
{
color: #04AB86;
}
</style>
background-color css
<style>
a { background-color: #04AB86; }
a { background-color: rgb(4,171,134); }
div.DivClassName
{
background-color: #04AB86;
}
.BgClassName
{
background-color: #04AB86;
}
</style>
border-color css
<style>
span { border-color: #04AB86; }
span { border-color: rgb(4,171,134); }
td.TdClassName
{
border-color: #04AB86;
}
.TagClassName
{
border-color: #04AB86;
}
</style>