Shades of Persian Green #04A697
Tints of Persian Green #04A697
RGB
CMYK
RGB Variations
Color information
#04A697 (or 0x04A697) is known color: Persian Green. HEX triplet: 04, A6 and 97. RGB value is (4,166,151). Sum of RGB (Red+Green+Blue) = 4+166+151=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #04A697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A697 is #FB5968. Grayscale: #737373. Windows color (decimal): -16472425 or 9938436. OLE color: 9938436.
HSL color Cylindrical-coordinate representation of color #04A697: hue angle of 174.44º 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 #04A697 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 166 | 151 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.35 |
| HSL | 174.44º | 0.95% | 0.33% | - |
| HSV(B) | 174.44º | 0.98% | 0.65% | - |
| XYZ | 19.27 | 29.53 | 33.96 | - |
| YUV | 115.85 | 147.83 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 166 | 151 | 0.98 | 0 | 0.09 | 0.35 | 174.44 | 0.95 | 0.33 |
| Hex | 4 | A6 | 97 | 62 | 0 | 9 | 23 | AE | 5F | 21 |
| Octal | 4 | 246 | 227 | 142 | 0 | 11 | 43 | 256 | 137 | 41 |
| Binary | 100 | 10100110 | 10010111 | 1100010 | 0 | 1001 | 100011 | 10101110 | 1011111 | 100001 |
Color Harmonies of #04A697
Complementary color
Monochromatic Colors of #04A697
Black with #04A697
Text Example
Text Example
White with #04A697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A697; }
p { color: rgb(4,166,151); }
H1.HeaderClassName
{
color: #04A697;
}
.AnyTagClassName
{
color: #04A697;
}
</style>
background-color css
<style>
a { background-color: #04A697; }
a { background-color: rgb(4,166,151); }
div.DivClassName
{
background-color: #04A697;
}
.BgClassName
{
background-color: #04A697;
}
</style>
border-color css
<style>
span { border-color: #04A697; }
span { border-color: rgb(4,166,151); }
td.TdClassName
{
border-color: #04A697;
}
.TagClassName
{
border-color: #04A697;
}
</style>