Shades of Shamrock Green #02A15D
Tints of Shamrock Green #02A15D
RGB
CMYK
RGB Variations
Color information
#02A15D (or 0x02A15D) is known color: Shamrock Green. HEX triplet: 02, A1 and 5D. RGB value is (2,161,93). Sum of RGB (Red+Green+Blue) = 2+161+93=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 161 (63.28% from 255 or 62.89% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 161 - color contains mainly: green. Hex color #02A15D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A15D is #FD5EA2. Grayscale: #696969. Windows color (decimal): -16604835 or 6136066. OLE color: 6136066.
HSL color Cylindrical-coordinate representation of color #02A15D: hue angle of 154.34º degrees, saturation: 0.98, 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 #02A15D is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 161 | 93 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.37 |
| HSL | 154.34º | 0.98% | 0.32% | - |
| HSV(B) | 154.34º | 0.99% | 0.63% | - |
| XYZ | 14.75 | 26.29 | 14.65 | - |
| YUV | 105.71 | 120.82 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 161 | 93 | 0.99 | 0 | 0.42 | 0.37 | 154.34 | 0.98 | 0.32 |
| Hex | 2 | A1 | 5D | 63 | 0 | 2A | 25 | 9A | 62 | 20 |
| Octal | 2 | 241 | 135 | 143 | 0 | 52 | 45 | 232 | 142 | 40 |
| Binary | 10 | 10100001 | 1011101 | 1100011 | 0 | 101010 | 100101 | 10011010 | 1100010 | 100000 |
Color Harmonies of #02A15D
Complementary color
Monochromatic Colors of #02A15D
Black with #02A15D
Text Example
Text Example
White with #02A15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A15D; }
p { color: rgb(2,161,93); }
H1.HeaderClassName
{
color: #02A15D;
}
.AnyTagClassName
{
color: #02A15D;
}
</style>
background-color css
<style>
a { background-color: #02A15D; }
a { background-color: rgb(2,161,93); }
div.DivClassName
{
background-color: #02A15D;
}
.BgClassName
{
background-color: #02A15D;
}
</style>
border-color css
<style>
span { border-color: #02A15D; }
span { border-color: rgb(2,161,93); }
td.TdClassName
{
border-color: #02A15D;
}
.TagClassName
{
border-color: #02A15D;
}
</style>