Shades of Shamrock Green #04A265
Tints of Shamrock Green #04A265
RGB
CMYK
RGB Variations
Color information
#04A265 (or 0x04A265) is known color: Shamrock Green. HEX triplet: 04, A2 and 65. RGB value is (4,162,101). Sum of RGB (Red+Green+Blue) = 4+162+101=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 162 (63.67% from 255 or 60.67% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 162 - color contains mainly: green. Hex color #04A265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A265 is #FB5D9A. Grayscale: #6B6B6B. Windows color (decimal): -16473499 or 6660612. OLE color: 6660612.
HSL color Cylindrical-coordinate representation of color #04A265: hue angle of 156.84º 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 #04A265 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 162 | 101 | - |
| CMYK | 0.98 | 0 | 0.38 | 0.36 |
| HSL | 156.84º | 0.95% | 0.33% | - |
| HSV(B) | 156.84º | 0.98% | 0.64% | - |
| XYZ | 15.32 | 26.81 | 16.68 | - |
| YUV | 107.8 | 124.15 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 162 | 101 | 0.98 | 0 | 0.38 | 0.36 | 156.84 | 0.95 | 0.33 |
| Hex | 4 | A2 | 65 | 62 | 0 | 26 | 24 | 9D | 5F | 21 |
| Octal | 4 | 242 | 145 | 142 | 0 | 46 | 44 | 235 | 137 | 41 |
| Binary | 100 | 10100010 | 1100101 | 1100010 | 0 | 100110 | 100100 | 10011101 | 1011111 | 100001 |
Color Harmonies of #04A265
Complementary color
Monochromatic Colors of #04A265
Black with #04A265
Text Example
Text Example
White with #04A265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A265; }
p { color: rgb(4,162,101); }
H1.HeaderClassName
{
color: #04A265;
}
.AnyTagClassName
{
color: #04A265;
}
</style>
background-color css
<style>
a { background-color: #04A265; }
a { background-color: rgb(4,162,101); }
div.DivClassName
{
background-color: #04A265;
}
.BgClassName
{
background-color: #04A265;
}
</style>
border-color css
<style>
span { border-color: #04A265; }
span { border-color: rgb(4,162,101); }
td.TdClassName
{
border-color: #04A265;
}
.TagClassName
{
border-color: #04A265;
}
</style>