Shades of Shamrock Green #01A158
Tints of Shamrock Green #01A158
RGB
CMYK
RGB Variations
Color information
#01A158 (or 0x01A158) is known color: Shamrock Green. HEX triplet: 01, A1 and 58. RGB value is (1,161,88). Sum of RGB (Red+Green+Blue) = 1+161+88=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 161 (63.28% from 255 or 64.4% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 161 - color contains mainly: green. Hex color #01A158 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A158 is #FE5EA7. Grayscale: #686868. Windows color (decimal): -16670376 or 5808385. OLE color: 5808385.
HSL color Cylindrical-coordinate representation of color #01A158: hue angle of 152.62º 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 #01A158 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 161 | 88 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.37 |
| HSL | 152.63º | 0.99% | 0.32% | - |
| HSV(B) | 152.63º | 0.99% | 0.63% | - |
| XYZ | 14.52 | 26.2 | 13.52 | - |
| YUV | 104.84 | 118.49 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 161 | 88 | 0.99 | 0 | 0.45 | 0.37 | 152.63 | 0.99 | 0.32 |
| Hex | 1 | A1 | 58 | 63 | 0 | 2D | 25 | 99 | 63 | 20 |
| Octal | 1 | 241 | 130 | 143 | 0 | 55 | 45 | 231 | 143 | 40 |
| Binary | 1 | 10100001 | 1011000 | 1100011 | 0 | 101101 | 100101 | 10011001 | 1100011 | 100000 |
Color Harmonies of #01A158
Complementary color
Monochromatic Colors of #01A158
Black with #01A158
Text Example
Text Example
White with #01A158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A158; }
p { color: rgb(1,161,88); }
H1.HeaderClassName
{
color: #01A158;
}
.AnyTagClassName
{
color: #01A158;
}
</style>
background-color css
<style>
a { background-color: #01A158; }
a { background-color: rgb(1,161,88); }
div.DivClassName
{
background-color: #01A158;
}
.BgClassName
{
background-color: #01A158;
}
</style>
border-color css
<style>
span { border-color: #01A158; }
span { border-color: rgb(1,161,88); }
td.TdClassName
{
border-color: #01A158;
}
.TagClassName
{
border-color: #01A158;
}
</style>