Shades of Shamrock Green #01A266
Tints of Shamrock Green #01A266
RGB
CMYK
RGB Variations
Color information
#01A266 (or 0x01A266) is known color: Shamrock Green. HEX triplet: 01, A2 and 66. RGB value is (1,162,102). Sum of RGB (Red+Green+Blue) = 1+162+102=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 162 (63.67% from 255 or 61.13% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 162 - color contains mainly: green. Hex color #01A266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A266 is #FE5D99. Grayscale: #6B6B6B. Windows color (decimal): -16670106 or 6726145. OLE color: 6726145.
HSL color Cylindrical-coordinate representation of color #01A266: hue angle of 157.64º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A266 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 162 | 102 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.36 |
| HSL | 157.64º | 0.99% | 0.32% | - |
| HSV(B) | 157.64º | 0.99% | 0.64% | - |
| XYZ | 15.33 | 26.81 | 16.94 | - |
| YUV | 107.02 | 125.16 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 162 | 102 | 0.99 | 0 | 0.37 | 0.36 | 157.64 | 0.99 | 0.32 |
| Hex | 1 | A2 | 66 | 63 | 0 | 25 | 24 | 9E | 63 | 20 |
| Octal | 1 | 242 | 146 | 143 | 0 | 45 | 44 | 236 | 143 | 40 |
| Binary | 1 | 10100010 | 1100110 | 1100011 | 0 | 100101 | 100100 | 10011110 | 1100011 | 100000 |
Color Harmonies of #01A266
Complementary color
Monochromatic Colors of #01A266
Black with #01A266
Text Example
Text Example
White with #01A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A266; }
p { color: rgb(1,162,102); }
H1.HeaderClassName
{
color: #01A266;
}
.AnyTagClassName
{
color: #01A266;
}
</style>
background-color css
<style>
a { background-color: #01A266; }
a { background-color: rgb(1,162,102); }
div.DivClassName
{
background-color: #01A266;
}
.BgClassName
{
background-color: #01A266;
}
</style>
border-color css
<style>
span { border-color: #01A266; }
span { border-color: rgb(1,162,102); }
td.TdClassName
{
border-color: #01A266;
}
.TagClassName
{
border-color: #01A266;
}
</style>