Shades of Shamrock Green #01A05D
Tints of Shamrock Green #01A05D
RGB
CMYK
RGB Variations
Color information
#01A05D (or 0x01A05D) is known color: Shamrock Green. HEX triplet: 01, A0 and 5D. RGB value is (1,160,93). Sum of RGB (Red+Green+Blue) = 1+160+93=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 160 (62.89% from 255 or 62.99% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 160 - color contains mainly: green. Hex color #01A05D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A05D is #FE5FA2. Grayscale: #686868. Windows color (decimal): -16670627 or 6135809. OLE color: 6135809.
HSL color Cylindrical-coordinate representation of color #01A05D: hue angle of 154.72º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A05D is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 160 | 93 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.37 |
| HSL | 154.72º | 0.99% | 0.32% | - |
| HSV(B) | 154.72º | 0.99% | 0.63% | - |
| XYZ | 14.56 | 25.94 | 14.6 | - |
| YUV | 104.82 | 121.32 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 160 | 93 | 0.99 | 0 | 0.42 | 0.37 | 154.72 | 0.99 | 0.32 |
| Hex | 1 | A0 | 5D | 63 | 0 | 2A | 25 | 9B | 63 | 20 |
| Octal | 1 | 240 | 135 | 143 | 0 | 52 | 45 | 233 | 143 | 40 |
| Binary | 1 | 10100000 | 1011101 | 1100011 | 0 | 101010 | 100101 | 10011011 | 1100011 | 100000 |
Color Harmonies of #01A05D
Complementary color
Monochromatic Colors of #01A05D
Black with #01A05D
Text Example
Text Example
White with #01A05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A05D; }
p { color: rgb(1,160,93); }
H1.HeaderClassName
{
color: #01A05D;
}
.AnyTagClassName
{
color: #01A05D;
}
</style>
background-color css
<style>
a { background-color: #01A05D; }
a { background-color: rgb(1,160,93); }
div.DivClassName
{
background-color: #01A05D;
}
.BgClassName
{
background-color: #01A05D;
}
</style>
border-color css
<style>
span { border-color: #01A05D; }
span { border-color: rgb(1,160,93); }
td.TdClassName
{
border-color: #01A05D;
}
.TagClassName
{
border-color: #01A05D;
}
</style>