Shades of Shamrock Green #00A161
Tints of Shamrock Green #00A161
RGB
CMYK
RGB Variations
Color information
#00A161 (or 0x00A161) is known color: Shamrock Green. HEX triplet: 00, A1 and 61. RGB value is (0,161,97). Sum of RGB (Red+Green+Blue) = 0+161+97=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 161 (63.28% from 255 or 62.40% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 161 - color contains mainly: green. Hex color #00A161 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A161 is #FF5E9E. Grayscale: #696969. Windows color (decimal): -16735903 or 6398208. OLE color: 6398208.
HSL color Cylindrical-coordinate representation of color #00A161: hue angle of 156.15º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A161 is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 161 | 97 | - |
| CMYK | 1 | 0 | 0.40 | 0.37 |
| HSL | 156.15º | 1% | 0.32% | - |
| HSV(B) | 156.15º | 1% | 0.63% | - |
| XYZ | 14.9 | 26.35 | 15.61 | - |
| YUV | 105.57 | 123.16 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 161 | 97 | 1 | 0 | 0.40 | 0.37 | 156.15 | 1 | 0.32 |
| Hex | 0 | A1 | 61 | 64 | 0 | 28 | 25 | 9C | 64 | 20 |
| Octal | 0 | 241 | 141 | 144 | 0 | 50 | 45 | 234 | 144 | 40 |
| Binary | 0 | 10100001 | 1100001 | 1100100 | 0 | 101000 | 100101 | 10011100 | 1100100 | 100000 |
Color Harmonies of #00A161
Complementary color
Monochromatic Colors of #00A161
Black with #00A161
Text Example
Text Example
White with #00A161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A161; }
p { color: rgb(0,161,97); }
H1.HeaderClassName
{
color: #00A161;
}
.AnyTagClassName
{
color: #00A161;
}
</style>
background-color css
<style>
a { background-color: #00A161; }
a { background-color: rgb(0,161,97); }
div.DivClassName
{
background-color: #00A161;
}
.BgClassName
{
background-color: #00A161;
}
</style>
border-color css
<style>
span { border-color: #00A161; }
span { border-color: rgb(0,161,97); }
td.TdClassName
{
border-color: #00A161;
}
.TagClassName
{
border-color: #00A161;
}
</style>