Shades of Shamrock Green #04A55C
Tints of Shamrock Green #04A55C
RGB
CMYK
RGB Variations
Color information
#04A55C (or 0x04A55C) is known color: Shamrock Green. HEX triplet: 04, A5 and 5C. RGB value is (4,165,92). Sum of RGB (Red+Green+Blue) = 4+165+92=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 165 (64.84% from 255 or 63.22% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 165 - color contains mainly: green. Hex color #04A55C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A55C is #FB5AA3. Grayscale: #6C6C6C. Windows color (decimal): -16472740 or 6071556. OLE color: 6071556.
HSL color Cylindrical-coordinate representation of color #04A55C: hue angle of 152.8º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A55C is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 165 | 92 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.35 |
| HSL | 152.8º | 0.95% | 0.33% | - |
| HSV(B) | 152.8º | 0.98% | 0.65% | - |
| XYZ | 15.44 | 27.71 | 14.66 | - |
| YUV | 108.54 | 118.66 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 165 | 92 | 0.98 | 0 | 0.44 | 0.35 | 152.8 | 0.95 | 0.33 |
| Hex | 4 | A5 | 5C | 62 | 0 | 2C | 23 | 99 | 5F | 21 |
| Octal | 4 | 245 | 134 | 142 | 0 | 54 | 43 | 231 | 137 | 41 |
| Binary | 100 | 10100101 | 1011100 | 1100010 | 0 | 101100 | 100011 | 10011001 | 1011111 | 100001 |
Color Harmonies of #04A55C
Complementary color
Monochromatic Colors of #04A55C
Black with #04A55C
Text Example
Text Example
White with #04A55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A55C; }
p { color: rgb(4,165,92); }
H1.HeaderClassName
{
color: #04A55C;
}
.AnyTagClassName
{
color: #04A55C;
}
</style>
background-color css
<style>
a { background-color: #04A55C; }
a { background-color: rgb(4,165,92); }
div.DivClassName
{
background-color: #04A55C;
}
.BgClassName
{
background-color: #04A55C;
}
</style>
border-color css
<style>
span { border-color: #04A55C; }
span { border-color: rgb(4,165,92); }
td.TdClassName
{
border-color: #04A55C;
}
.TagClassName
{
border-color: #04A55C;
}
</style>