Shades of Persian Green #04AA96
Tints of Persian Green #04AA96
RGB
CMYK
RGB Variations
Color information
#04AA96 (or 0x04AA96) is known color: Persian Green. HEX triplet: 04, AA and 96. RGB value is (4,170,150). Sum of RGB (Red+Green+Blue) = 4+170+150=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AA96 is #FB5569. Grayscale: #767676. Windows color (decimal): -16471402 or 9873924. OLE color: 9873924.
HSL color Cylindrical-coordinate representation of color #04AA96: hue angle of 172.77º 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 #04AA96 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 170 | 150 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.33 |
| HSL | 172.77º | 0.95% | 0.34% | - |
| HSV(B) | 172.77º | 0.98% | 0.67% | - |
| XYZ | 19.93 | 30.98 | 33.78 | - |
| YUV | 118.09 | 146 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 150 | 0.98 | 0 | 0.12 | 0.33 | 172.77 | 0.95 | 0.34 |
| Hex | 4 | AA | 96 | 62 | 0 | C | 21 | AD | 5F | 22 |
| Octal | 4 | 252 | 226 | 142 | 0 | 14 | 41 | 255 | 137 | 42 |
| Binary | 100 | 10101010 | 10010110 | 1100010 | 0 | 1100 | 100001 | 10101101 | 1011111 | 100010 |
Color Harmonies of #04AA96
Complementary color
Monochromatic Colors of #04AA96
Black with #04AA96
Text Example
Text Example
White with #04AA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AA96; }
p { color: rgb(4,170,150); }
H1.HeaderClassName
{
color: #04AA96;
}
.AnyTagClassName
{
color: #04AA96;
}
</style>
background-color css
<style>
a { background-color: #04AA96; }
a { background-color: rgb(4,170,150); }
div.DivClassName
{
background-color: #04AA96;
}
.BgClassName
{
background-color: #04AA96;
}
</style>
border-color css
<style>
span { border-color: #04AA96; }
span { border-color: rgb(4,170,150); }
td.TdClassName
{
border-color: #04AA96;
}
.TagClassName
{
border-color: #04AA96;
}
</style>