Shades of Persian Green #04A696
Tints of Persian Green #04A696
RGB
CMYK
RGB Variations
Color information
#04A696 (or 0x04A696) is known color: Persian Green. HEX triplet: 04, A6 and 96. RGB value is (4,166,150). Sum of RGB (Red+Green+Blue) = 4+166+150=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #04A696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A696 is #FB5969. Grayscale: #737373. Windows color (decimal): -16472426 or 9872900. OLE color: 9872900.
HSL color Cylindrical-coordinate representation of color #04A696: hue angle of 174.07º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A696 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 166 | 150 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.35 |
| HSL | 174.07º | 0.95% | 0.33% | - |
| HSV(B) | 174.07º | 0.98% | 0.65% | - |
| XYZ | 19.19 | 29.5 | 33.54 | - |
| YUV | 115.74 | 147.33 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 166 | 150 | 0.98 | 0 | 0.10 | 0.35 | 174.07 | 0.95 | 0.33 |
| Hex | 4 | A6 | 96 | 62 | 0 | A | 23 | AE | 5F | 21 |
| Octal | 4 | 246 | 226 | 142 | 0 | 12 | 43 | 256 | 137 | 41 |
| Binary | 100 | 10100110 | 10010110 | 1100010 | 0 | 1010 | 100011 | 10101110 | 1011111 | 100001 |
Color Harmonies of #04A696
Complementary color
Monochromatic Colors of #04A696
Black with #04A696
Text Example
Text Example
White with #04A696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A696; }
p { color: rgb(4,166,150); }
H1.HeaderClassName
{
color: #04A696;
}
.AnyTagClassName
{
color: #04A696;
}
</style>
background-color css
<style>
a { background-color: #04A696; }
a { background-color: rgb(4,166,150); }
div.DivClassName
{
background-color: #04A696;
}
.BgClassName
{
background-color: #04A696;
}
</style>
border-color css
<style>
span { border-color: #04A696; }
span { border-color: rgb(4,166,150); }
td.TdClassName
{
border-color: #04A696;
}
.TagClassName
{
border-color: #04A696;
}
</style>