Shades of Shamrock Green #00A960
Tints of Shamrock Green #00A960
RGB
CMYK
RGB Variations
Color information
#00A960 (or 0x00A960) is known color: Shamrock Green. HEX triplet: 00, A9 and 60. RGB value is (0,169,96). Sum of RGB (Red+Green+Blue) = 0+169+96=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 169 (66.41% from 255 or 63.77% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 169 - color contains mainly: green. Hex color #00A960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A960 is #FF569F. Grayscale: #6E6E6E. Windows color (decimal): -16733856 or 6334720. OLE color: 6334720.
HSL color Cylindrical-coordinate representation of color #00A960: hue angle of 154.08º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A960 is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 96 | - |
| CMYK | 1 | 0 | 0.43 | 0.34 |
| HSL | 154.08º | 1% | 0.33% | - |
| HSV(B) | 154.08º | 1% | 0.66% | - |
| XYZ | 16.3 | 29.22 | 15.85 | - |
| YUV | 110.15 | 120.01 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 96 | 1 | 0 | 0.43 | 0.34 | 154.08 | 1 | 0.33 |
| Hex | 0 | A9 | 60 | 64 | 0 | 2B | 22 | 9A | 64 | 21 |
| Octal | 0 | 251 | 140 | 144 | 0 | 53 | 42 | 232 | 144 | 41 |
| Binary | 0 | 10101001 | 1100000 | 1100100 | 0 | 101011 | 100010 | 10011010 | 1100100 | 100001 |
Color Harmonies of #00A960
Complementary color
Monochromatic Colors of #00A960
Black with #00A960
Text Example
Text Example
White with #00A960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A960; }
p { color: rgb(0,169,96); }
H1.HeaderClassName
{
color: #00A960;
}
.AnyTagClassName
{
color: #00A960;
}
</style>
background-color css
<style>
a { background-color: #00A960; }
a { background-color: rgb(0,169,96); }
div.DivClassName
{
background-color: #00A960;
}
.BgClassName
{
background-color: #00A960;
}
</style>
border-color css
<style>
span { border-color: #00A960; }
span { border-color: rgb(0,169,96); }
td.TdClassName
{
border-color: #00A960;
}
.TagClassName
{
border-color: #00A960;
}
</style>