Shades of Persian Green #04A28E
Tints of Persian Green #04A28E
RGB
CMYK
RGB Variations
Color information
#04A28E (or 0x04A28E) is known color: Persian Green. HEX triplet: 04, A2 and 8E. RGB value is (4,162,142). Sum of RGB (Red+Green+Blue) = 4+162+142=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #04A28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A28E is #FB5D71. Grayscale: #707070. Windows color (decimal): -16473458 or 9347588. OLE color: 9347588.
HSL color Cylindrical-coordinate representation of color #04A28E: hue angle of 172.41º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A28E is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 162 | 142 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.36 |
| HSL | 172.41º | 0.95% | 0.33% | - |
| HSV(B) | 172.41º | 0.98% | 0.64% | - |
| XYZ | 17.85 | 27.82 | 30.02 | - |
| YUV | 112.48 | 144.65 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 162 | 142 | 0.98 | 0 | 0.12 | 0.36 | 172.41 | 0.95 | 0.33 |
| Hex | 4 | A2 | 8E | 62 | 0 | C | 24 | AC | 5F | 21 |
| Octal | 4 | 242 | 216 | 142 | 0 | 14 | 44 | 254 | 137 | 41 |
| Binary | 100 | 10100010 | 10001110 | 1100010 | 0 | 1100 | 100100 | 10101100 | 1011111 | 100001 |
Color Harmonies of #04A28E
Complementary color
Monochromatic Colors of #04A28E
Black with #04A28E
Text Example
Text Example
White with #04A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A28E; }
p { color: rgb(4,162,142); }
H1.HeaderClassName
{
color: #04A28E;
}
.AnyTagClassName
{
color: #04A28E;
}
</style>
background-color css
<style>
a { background-color: #04A28E; }
a { background-color: rgb(4,162,142); }
div.DivClassName
{
background-color: #04A28E;
}
.BgClassName
{
background-color: #04A28E;
}
</style>
border-color css
<style>
span { border-color: #04A28E; }
span { border-color: rgb(4,162,142); }
td.TdClassName
{
border-color: #04A28E;
}
.TagClassName
{
border-color: #04A28E;
}
</style>