Shades of Shamrock Green #05A266
Tints of Shamrock Green #05A266
RGB
CMYK
RGB Variations
Color information
#05A266 (or 0x05A266) is known color: Shamrock Green. HEX triplet: 05, A2 and 66. RGB value is (5,162,102). Sum of RGB (Red+Green+Blue) = 5+162+102=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 162 (63.67% from 255 or 60.22% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 162 - color contains mainly: green. Hex color #05A266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A266 is #FA5D99. Grayscale: #6C6C6C. Windows color (decimal): -16407962 or 6726149. OLE color: 6726149.
HSL color Cylindrical-coordinate representation of color #05A266: hue angle of 157.07º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A266 is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 162 | 102 | - |
| CMYK | 0.97 | 0 | 0.37 | 0.36 |
| HSL | 157.07º | 0.94% | 0.33% | - |
| HSV(B) | 157.07º | 0.97% | 0.64% | - |
| XYZ | 15.38 | 26.83 | 16.94 | - |
| YUV | 108.22 | 124.49 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 162 | 102 | 0.97 | 0 | 0.37 | 0.36 | 157.07 | 0.94 | 0.33 |
| Hex | 5 | A2 | 66 | 61 | 0 | 25 | 24 | 9D | 5E | 21 |
| Octal | 5 | 242 | 146 | 141 | 0 | 45 | 44 | 235 | 136 | 41 |
| Binary | 101 | 10100010 | 1100110 | 1100001 | 0 | 100101 | 100100 | 10011101 | 1011110 | 100001 |
Color Harmonies of #05A266
Complementary color
Monochromatic Colors of #05A266
Black with #05A266
Text Example
Text Example
White with #05A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A266; }
p { color: rgb(5,162,102); }
H1.HeaderClassName
{
color: #05A266;
}
.AnyTagClassName
{
color: #05A266;
}
</style>
background-color css
<style>
a { background-color: #05A266; }
a { background-color: rgb(5,162,102); }
div.DivClassName
{
background-color: #05A266;
}
.BgClassName
{
background-color: #05A266;
}
</style>
border-color css
<style>
span { border-color: #05A266; }
span { border-color: rgb(5,162,102); }
td.TdClassName
{
border-color: #05A266;
}
.TagClassName
{
border-color: #05A266;
}
</style>