Shades of Shamrock Green #01A15B
Tints of Shamrock Green #01A15B
RGB
CMYK
RGB Variations
Color information
#01A15B (or 0x01A15B) is known color: Shamrock Green. HEX triplet: 01, A1 and 5B. RGB value is (1,161,91). Sum of RGB (Red+Green+Blue) = 1+161+91=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 161 (63.28% from 255 or 63.64% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 161 - color contains mainly: green. Hex color #01A15B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A15B is #FE5EA4. Grayscale: #696969. Windows color (decimal): -16670373 or 6004993. OLE color: 6004993.
HSL color Cylindrical-coordinate representation of color #01A15B: hue angle of 153.75º 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 #01A15B is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 161 | 91 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.37 |
| HSL | 153.75º | 0.99% | 0.32% | - |
| HSV(B) | 153.75º | 0.99% | 0.63% | - |
| XYZ | 14.65 | 26.25 | 14.19 | - |
| YUV | 105.18 | 119.99 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 161 | 91 | 0.99 | 0 | 0.43 | 0.37 | 153.75 | 0.99 | 0.32 |
| Hex | 1 | A1 | 5B | 63 | 0 | 2B | 25 | 9A | 63 | 20 |
| Octal | 1 | 241 | 133 | 143 | 0 | 53 | 45 | 232 | 143 | 40 |
| Binary | 1 | 10100001 | 1011011 | 1100011 | 0 | 101011 | 100101 | 10011010 | 1100011 | 100000 |
Color Harmonies of #01A15B
Complementary color
Monochromatic Colors of #01A15B
Black with #01A15B
Text Example
Text Example
White with #01A15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A15B; }
p { color: rgb(1,161,91); }
H1.HeaderClassName
{
color: #01A15B;
}
.AnyTagClassName
{
color: #01A15B;
}
</style>
background-color css
<style>
a { background-color: #01A15B; }
a { background-color: rgb(1,161,91); }
div.DivClassName
{
background-color: #01A15B;
}
.BgClassName
{
background-color: #01A15B;
}
</style>
border-color css
<style>
span { border-color: #01A15B; }
span { border-color: rgb(1,161,91); }
td.TdClassName
{
border-color: #01A15B;
}
.TagClassName
{
border-color: #01A15B;
}
</style>