Shades of Shamrock Green #02A261
Tints of Shamrock Green #02A261
RGB
CMYK
RGB Variations
Color information
#02A261 (or 0x02A261) is known color: Shamrock Green. HEX triplet: 02, A2 and 61. RGB value is (2,162,97). Sum of RGB (Red+Green+Blue) = 2+162+97=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 162 (63.67% from 255 or 62.07% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 162 - color contains mainly: green. Hex color #02A261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A261 is #FD5D9E. Grayscale: #6A6A6A. Windows color (decimal): -16604575 or 6398466. OLE color: 6398466.
HSL color Cylindrical-coordinate representation of color #02A261: hue angle of 155.62º degrees, saturation: 0.98, 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 #02A261 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 162 | 97 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.36 |
| HSL | 155.63º | 0.98% | 0.32% | - |
| HSV(B) | 155.63º | 0.99% | 0.64% | - |
| XYZ | 15.1 | 26.72 | 15.67 | - |
| YUV | 106.75 | 122.49 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 162 | 97 | 0.99 | 0 | 0.40 | 0.36 | 155.63 | 0.98 | 0.32 |
| Hex | 2 | A2 | 61 | 63 | 0 | 28 | 24 | 9C | 62 | 20 |
| Octal | 2 | 242 | 141 | 143 | 0 | 50 | 44 | 234 | 142 | 40 |
| Binary | 10 | 10100010 | 1100001 | 1100011 | 0 | 101000 | 100100 | 10011100 | 1100010 | 100000 |
Color Harmonies of #02A261
Complementary color
Monochromatic Colors of #02A261
Black with #02A261
Text Example
Text Example
White with #02A261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A261; }
p { color: rgb(2,162,97); }
H1.HeaderClassName
{
color: #02A261;
}
.AnyTagClassName
{
color: #02A261;
}
</style>
background-color css
<style>
a { background-color: #02A261; }
a { background-color: rgb(2,162,97); }
div.DivClassName
{
background-color: #02A261;
}
.BgClassName
{
background-color: #02A261;
}
</style>
border-color css
<style>
span { border-color: #02A261; }
span { border-color: rgb(2,162,97); }
td.TdClassName
{
border-color: #02A261;
}
.TagClassName
{
border-color: #02A261;
}
</style>