Shades of Shamrock Green #02AA5E
Tints of Shamrock Green #02AA5E
RGB
CMYK
RGB Variations
Color information
#02AA5E (or 0x02AA5E) is known color: Shamrock Green. HEX triplet: 02, AA and 5E. RGB value is (2,170,94). Sum of RGB (Red+Green+Blue) = 2+170+94=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 170 (66.80% from 255 or 63.91% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AA5E is #FD55A1. Grayscale: #6F6F6F. Windows color (decimal): -16602530 or 6203906. OLE color: 6203906.
HSL color Cylindrical-coordinate representation of color #02AA5E: hue angle of 152.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AA5E is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 170 | 94 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.33 |
| HSL | 152.86º | 0.98% | 0.34% | - |
| HSV(B) | 152.86º | 0.99% | 0.67% | - |
| XYZ | 16.42 | 29.57 | 15.43 | - |
| YUV | 111.1 | 118.34 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 94 | 0.99 | 0 | 0.45 | 0.33 | 152.86 | 0.98 | 0.34 |
| Hex | 2 | AA | 5E | 63 | 0 | 2D | 21 | 99 | 62 | 22 |
| Octal | 2 | 252 | 136 | 143 | 0 | 55 | 41 | 231 | 142 | 42 |
| Binary | 10 | 10101010 | 1011110 | 1100011 | 0 | 101101 | 100001 | 10011001 | 1100010 | 100010 |
Color Harmonies of #02AA5E
Complementary color
Monochromatic Colors of #02AA5E
Black with #02AA5E
Text Example
Text Example
White with #02AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AA5E; }
p { color: rgb(2,170,94); }
H1.HeaderClassName
{
color: #02AA5E;
}
.AnyTagClassName
{
color: #02AA5E;
}
</style>
background-color css
<style>
a { background-color: #02AA5E; }
a { background-color: rgb(2,170,94); }
div.DivClassName
{
background-color: #02AA5E;
}
.BgClassName
{
background-color: #02AA5E;
}
</style>
border-color css
<style>
span { border-color: #02AA5E; }
span { border-color: rgb(2,170,94); }
td.TdClassName
{
border-color: #02AA5E;
}
.TagClassName
{
border-color: #02AA5E;
}
</style>