Shades of Shamrock Green #04A165
Tints of Shamrock Green #04A165
RGB
CMYK
RGB Variations
Color information
#04A165 (or 0x04A165) is known color: Shamrock Green. HEX triplet: 04, A1 and 65. RGB value is (4,161,101). Sum of RGB (Red+Green+Blue) = 4+161+101=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 161 (63.28% from 255 or 60.53% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 161 - color contains mainly: green. Hex color #04A165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A165 is #FB5E9A. Grayscale: #6B6B6B. Windows color (decimal): -16473755 or 6660356. OLE color: 6660356.
HSL color Cylindrical-coordinate representation of color #04A165: hue angle of 157.07º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A165 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 161 | 101 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.37 |
| HSL | 157.07º | 0.95% | 0.32% | - |
| HSV(B) | 157.07º | 0.98% | 0.63% | - |
| XYZ | 15.14 | 26.46 | 16.62 | - |
| YUV | 107.22 | 124.49 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 161 | 101 | 0.98 | 0 | 0.37 | 0.37 | 157.07 | 0.95 | 0.32 |
| Hex | 4 | A1 | 65 | 62 | 0 | 25 | 25 | 9D | 5F | 20 |
| Octal | 4 | 241 | 145 | 142 | 0 | 45 | 45 | 235 | 137 | 40 |
| Binary | 100 | 10100001 | 1100101 | 1100010 | 0 | 100101 | 100101 | 10011101 | 1011111 | 100000 |
Color Harmonies of #04A165
Complementary color
Monochromatic Colors of #04A165
Black with #04A165
Text Example
Text Example
White with #04A165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A165; }
p { color: rgb(4,161,101); }
H1.HeaderClassName
{
color: #04A165;
}
.AnyTagClassName
{
color: #04A165;
}
</style>
background-color css
<style>
a { background-color: #04A165; }
a { background-color: rgb(4,161,101); }
div.DivClassName
{
background-color: #04A165;
}
.BgClassName
{
background-color: #04A165;
}
</style>
border-color css
<style>
span { border-color: #04A165; }
span { border-color: rgb(4,161,101); }
td.TdClassName
{
border-color: #04A165;
}
.TagClassName
{
border-color: #04A165;
}
</style>