Shades of Shamrock Green #04A85C
Tints of Shamrock Green #04A85C
RGB
CMYK
RGB Variations
Color information
#04A85C (or 0x04A85C) is known color: Shamrock Green. HEX triplet: 04, A8 and 5C. RGB value is (4,168,92). Sum of RGB (Red+Green+Blue) = 4+168+92=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 168 (66.02% from 255 or 63.64% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 168 - color contains mainly: green. Hex color #04A85C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A85C is #FB57A3. Grayscale: #6E6E6E. Windows color (decimal): -16471972 or 6072324. OLE color: 6072324.
HSL color Cylindrical-coordinate representation of color #04A85C: hue angle of 152.2º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A85C is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 168 | 92 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.34 |
| HSL | 152.2º | 0.95% | 0.34% | - |
| HSV(B) | 152.2º | 0.98% | 0.66% | - |
| XYZ | 15.98 | 28.8 | 14.84 | - |
| YUV | 110.3 | 117.67 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 168 | 92 | 0.98 | 0 | 0.45 | 0.34 | 152.2 | 0.95 | 0.34 |
| Hex | 4 | A8 | 5C | 62 | 0 | 2D | 22 | 98 | 5F | 22 |
| Octal | 4 | 250 | 134 | 142 | 0 | 55 | 42 | 230 | 137 | 42 |
| Binary | 100 | 10101000 | 1011100 | 1100010 | 0 | 101101 | 100010 | 10011000 | 1011111 | 100010 |
Color Harmonies of #04A85C
Complementary color
Monochromatic Colors of #04A85C
Black with #04A85C
Text Example
Text Example
White with #04A85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A85C; }
p { color: rgb(4,168,92); }
H1.HeaderClassName
{
color: #04A85C;
}
.AnyTagClassName
{
color: #04A85C;
}
</style>
background-color css
<style>
a { background-color: #04A85C; }
a { background-color: rgb(4,168,92); }
div.DivClassName
{
background-color: #04A85C;
}
.BgClassName
{
background-color: #04A85C;
}
</style>
border-color css
<style>
span { border-color: #04A85C; }
span { border-color: rgb(4,168,92); }
td.TdClassName
{
border-color: #04A85C;
}
.TagClassName
{
border-color: #04A85C;
}
</style>