Shades of Shamrock Green #04A45C
Tints of Shamrock Green #04A45C
RGB
CMYK
RGB Variations
Color information
#04A45C (or 0x04A45C) is known color: Shamrock Green. HEX triplet: 04, A4 and 5C. RGB value is (4,164,92). Sum of RGB (Red+Green+Blue) = 4+164+92=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 164 (64.45% from 255 or 63.08% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 164 - color contains mainly: green. Hex color #04A45C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A45C is #FB5BA3. Grayscale: #6C6C6C. Windows color (decimal): -16472996 or 6071300. OLE color: 6071300.
HSL color Cylindrical-coordinate representation of color #04A45C: hue angle of 153º 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 #04A45C is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 164 | 92 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.36 |
| HSL | 153º | 0.95% | 0.33% | - |
| HSV(B) | 153º | 0.98% | 0.64% | - |
| XYZ | 15.26 | 27.35 | 14.6 | - |
| YUV | 107.95 | 118.99 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 164 | 92 | 0.98 | 0 | 0.44 | 0.36 | 153 | 0.95 | 0.33 |
| Hex | 4 | A4 | 5C | 62 | 0 | 2C | 24 | 99 | 5F | 21 |
| Octal | 4 | 244 | 134 | 142 | 0 | 54 | 44 | 231 | 137 | 41 |
| Binary | 100 | 10100100 | 1011100 | 1100010 | 0 | 101100 | 100100 | 10011001 | 1011111 | 100001 |
Color Harmonies of #04A45C
Complementary color
Monochromatic Colors of #04A45C
Black with #04A45C
Text Example
Text Example
White with #04A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A45C; }
p { color: rgb(4,164,92); }
H1.HeaderClassName
{
color: #04A45C;
}
.AnyTagClassName
{
color: #04A45C;
}
</style>
background-color css
<style>
a { background-color: #04A45C; }
a { background-color: rgb(4,164,92); }
div.DivClassName
{
background-color: #04A45C;
}
.BgClassName
{
background-color: #04A45C;
}
</style>
border-color css
<style>
span { border-color: #04A45C; }
span { border-color: rgb(4,164,92); }
td.TdClassName
{
border-color: #04A45C;
}
.TagClassName
{
border-color: #04A45C;
}
</style>