Shades of Persian Green #04A094
Tints of Persian Green #04A094
RGB
CMYK
RGB Variations
Color information
#04A094 (or 0x04A094) is known color: Persian Green. HEX triplet: 04, A0 and 94. RGB value is (4,160,148). Sum of RGB (Red+Green+Blue) = 4+160+148=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #04A094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A094 is #FB5F6B. Grayscale: #6F6F6F. Windows color (decimal): -16473964 or 9740292. OLE color: 9740292.
HSL color Cylindrical-coordinate representation of color #04A094: hue angle of 175.38º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A094 is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 160 | 148 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.37 |
| HSL | 175.38º | 0.95% | 0.32% | - |
| HSV(B) | 175.38º | 0.98% | 0.63% | - |
| XYZ | 17.97 | 27.31 | 32.34 | - |
| YUV | 111.99 | 148.32 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 148 | 0.98 | 0 | 0.07 | 0.37 | 175.38 | 0.95 | 0.32 |
| Hex | 4 | A0 | 94 | 62 | 0 | 7 | 25 | AF | 5F | 20 |
| Octal | 4 | 240 | 224 | 142 | 0 | 7 | 45 | 257 | 137 | 40 |
| Binary | 100 | 10100000 | 10010100 | 1100010 | 0 | 111 | 100101 | 10101111 | 1011111 | 100000 |
Color Harmonies of #04A094
Complementary color
Monochromatic Colors of #04A094
Black with #04A094
Text Example
Text Example
White with #04A094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A094; }
p { color: rgb(4,160,148); }
H1.HeaderClassName
{
color: #04A094;
}
.AnyTagClassName
{
color: #04A094;
}
</style>
background-color css
<style>
a { background-color: #04A094; }
a { background-color: rgb(4,160,148); }
div.DivClassName
{
background-color: #04A094;
}
.BgClassName
{
background-color: #04A094;
}
</style>
border-color css
<style>
span { border-color: #04A094; }
span { border-color: rgb(4,160,148); }
td.TdClassName
{
border-color: #04A094;
}
.TagClassName
{
border-color: #04A094;
}
</style>