Shades of Shamrock Green #00A05D
Tints of Shamrock Green #00A05D
RGB
CMYK
RGB Variations
Color information
#00A05D (or 0x00A05D) is known color: Shamrock Green. HEX triplet: 00, A0 and 5D. RGB value is (0,160,93). Sum of RGB (Red+Green+Blue) = 0+160+93=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 160 (62.89% from 255 or 63.24% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 160 - color contains mainly: green. Hex color #00A05D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A05D is #FF5FA2. Grayscale: #686868. Windows color (decimal): -16736163 or 6135808. OLE color: 6135808.
HSL color Cylindrical-coordinate representation of color #00A05D: hue angle of 154.88º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A05D is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 160 | 93 | - |
| CMYK | 1 | 0 | 0.42 | 0.37 |
| HSL | 154.88º | 1% | 0.31% | - |
| HSV(B) | 154.88º | 1% | 0.63% | - |
| XYZ | 14.55 | 25.93 | 14.59 | - |
| YUV | 104.52 | 121.49 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 160 | 93 | 1 | 0 | 0.42 | 0.37 | 154.88 | 1 | 0.31 |
| Hex | 0 | A0 | 5D | 64 | 0 | 2A | 25 | 9B | 64 | 1F |
| Octal | 0 | 240 | 135 | 144 | 0 | 52 | 45 | 233 | 144 | 37 |
| Binary | 0 | 10100000 | 1011101 | 1100100 | 0 | 101010 | 100101 | 10011011 | 1100100 | 11111 |
Color Harmonies of #00A05D
Complementary color
Monochromatic Colors of #00A05D
Black with #00A05D
Text Example
Text Example
White with #00A05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A05D; }
p { color: rgb(0,160,93); }
H1.HeaderClassName
{
color: #00A05D;
}
.AnyTagClassName
{
color: #00A05D;
}
</style>
background-color css
<style>
a { background-color: #00A05D; }
a { background-color: rgb(0,160,93); }
div.DivClassName
{
background-color: #00A05D;
}
.BgClassName
{
background-color: #00A05D;
}
</style>
border-color css
<style>
span { border-color: #00A05D; }
span { border-color: rgb(0,160,93); }
td.TdClassName
{
border-color: #00A05D;
}
.TagClassName
{
border-color: #00A05D;
}
</style>