Shades of Persian Green #04A08C
Tints of Persian Green #04A08C
RGB
CMYK
RGB Variations
Color information
#04A08C (or 0x04A08C) is known color: Persian Green. HEX triplet: 04, A0 and 8C. RGB value is (4,160,140). Sum of RGB (Red+Green+Blue) = 4+160+140=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #04A08C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A08C is #FB5F73. Grayscale: #6F6F6F. Windows color (decimal): -16473972 or 9216004. OLE color: 9216004.
HSL color Cylindrical-coordinate representation of color #04A08C: hue angle of 172.31º 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 #04A08C is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 160 | 140 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.37 |
| HSL | 172.31º | 0.95% | 0.32% | - |
| HSV(B) | 172.31º | 0.98% | 0.63% | - |
| XYZ | 17.35 | 27.06 | 29.12 | - |
| YUV | 111.08 | 144.32 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 140 | 0.98 | 0 | 0.12 | 0.37 | 172.31 | 0.95 | 0.32 |
| Hex | 4 | A0 | 8C | 62 | 0 | C | 25 | AC | 5F | 20 |
| Octal | 4 | 240 | 214 | 142 | 0 | 14 | 45 | 254 | 137 | 40 |
| Binary | 100 | 10100000 | 10001100 | 1100010 | 0 | 1100 | 100101 | 10101100 | 1011111 | 100000 |
Color Harmonies of #04A08C
Complementary color
Monochromatic Colors of #04A08C
Black with #04A08C
Text Example
Text Example
White with #04A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A08C; }
p { color: rgb(4,160,140); }
H1.HeaderClassName
{
color: #04A08C;
}
.AnyTagClassName
{
color: #04A08C;
}
</style>
background-color css
<style>
a { background-color: #04A08C; }
a { background-color: rgb(4,160,140); }
div.DivClassName
{
background-color: #04A08C;
}
.BgClassName
{
background-color: #04A08C;
}
</style>
border-color css
<style>
span { border-color: #04A08C; }
span { border-color: rgb(4,160,140); }
td.TdClassName
{
border-color: #04A08C;
}
.TagClassName
{
border-color: #04A08C;
}
</style>