Shades of Persian Green #04A293
Tints of Persian Green #04A293
RGB
CMYK
RGB Variations
Color information
#04A293 (or 0x04A293) is known color: Persian Green. HEX triplet: 04, A2 and 93. RGB value is (4,162,147). Sum of RGB (Red+Green+Blue) = 4+162+147=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #04A293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A293 is #FB5D6C. Grayscale: #707070. Windows color (decimal): -16473453 or 9675268. OLE color: 9675268.
HSL color Cylindrical-coordinate representation of color #04A293: hue angle of 174.3º 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 #04A293 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 162 | 147 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.36 |
| HSL | 174.3º | 0.95% | 0.33% | - |
| HSV(B) | 174.3º | 0.98% | 0.64% | - |
| XYZ | 18.24 | 27.97 | 32.04 | - |
| YUV | 113.05 | 147.15 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 162 | 147 | 0.98 | 0 | 0.09 | 0.36 | 174.3 | 0.95 | 0.33 |
| Hex | 4 | A2 | 93 | 62 | 0 | 9 | 24 | AE | 5F | 21 |
| Octal | 4 | 242 | 223 | 142 | 0 | 11 | 44 | 256 | 137 | 41 |
| Binary | 100 | 10100010 | 10010011 | 1100010 | 0 | 1001 | 100100 | 10101110 | 1011111 | 100001 |
Color Harmonies of #04A293
Complementary color
Monochromatic Colors of #04A293
Black with #04A293
Text Example
Text Example
White with #04A293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A293; }
p { color: rgb(4,162,147); }
H1.HeaderClassName
{
color: #04A293;
}
.AnyTagClassName
{
color: #04A293;
}
</style>
background-color css
<style>
a { background-color: #04A293; }
a { background-color: rgb(4,162,147); }
div.DivClassName
{
background-color: #04A293;
}
.BgClassName
{
background-color: #04A293;
}
</style>
border-color css
<style>
span { border-color: #04A293; }
span { border-color: rgb(4,162,147); }
td.TdClassName
{
border-color: #04A293;
}
.TagClassName
{
border-color: #04A293;
}
</style>