Shades of Persian Green #04A39A
Tints of Persian Green #04A39A
RGB
CMYK
RGB Variations
Color information
#04A39A (or 0x04A39A) is known color: Persian Green. HEX triplet: 04, A3 and 9A. RGB value is (4,163,154). Sum of RGB (Red+Green+Blue) = 4+163+154=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #04A39A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A39A is #FB5C65. Grayscale: #727272. Windows color (decimal): -16473190 or 10134276. OLE color: 10134276.
HSL color Cylindrical-coordinate representation of color #04A39A: hue angle of 176.6º 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 #04A39A is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 163 | 154 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.36 |
| HSL | 176.6º | 0.95% | 0.33% | - |
| HSV(B) | 176.6º | 0.98% | 0.64% | - |
| XYZ | 18.98 | 28.55 | 35.08 | - |
| YUV | 114.43 | 150.32 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 163 | 154 | 0.98 | 0 | 0.06 | 0.36 | 176.6 | 0.95 | 0.33 |
| Hex | 4 | A3 | 9A | 62 | 0 | 6 | 24 | B1 | 5F | 21 |
| Octal | 4 | 243 | 232 | 142 | 0 | 6 | 44 | 261 | 137 | 41 |
| Binary | 100 | 10100011 | 10011010 | 1100010 | 0 | 110 | 100100 | 10110001 | 1011111 | 100001 |
Color Harmonies of #04A39A
Complementary color
Monochromatic Colors of #04A39A
Black with #04A39A
Text Example
Text Example
White with #04A39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A39A; }
p { color: rgb(4,163,154); }
H1.HeaderClassName
{
color: #04A39A;
}
.AnyTagClassName
{
color: #04A39A;
}
</style>
background-color css
<style>
a { background-color: #04A39A; }
a { background-color: rgb(4,163,154); }
div.DivClassName
{
background-color: #04A39A;
}
.BgClassName
{
background-color: #04A39A;
}
</style>
border-color css
<style>
span { border-color: #04A39A; }
span { border-color: rgb(4,163,154); }
td.TdClassName
{
border-color: #04A39A;
}
.TagClassName
{
border-color: #04A39A;
}
</style>