Shades of Shamrock Green #02A65B
Tints of Shamrock Green #02A65B
RGB
CMYK
RGB Variations
Color information
#02A65B (or 0x02A65B) is known color: Shamrock Green. HEX triplet: 02, A6 and 5B. RGB value is (2,166,91). Sum of RGB (Red+Green+Blue) = 2+166+91=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 166 (65.23% from 255 or 64.09% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 166 - color contains mainly: green. Hex color #02A65B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A65B is #FD59A4. Grayscale: #6C6C6C. Windows color (decimal): -16603557 or 6006274. OLE color: 6006274.
HSL color Cylindrical-coordinate representation of color #02A65B: hue angle of 152.56º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A65B is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 166 | 91 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.35 |
| HSL | 152.56º | 0.98% | 0.33% | - |
| HSV(B) | 152.56º | 0.99% | 0.65% | - |
| XYZ | 15.55 | 28.04 | 14.49 | - |
| YUV | 108.41 | 118.17 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 91 | 0.99 | 0 | 0.45 | 0.35 | 152.56 | 0.98 | 0.33 |
| Hex | 2 | A6 | 5B | 63 | 0 | 2D | 23 | 99 | 62 | 21 |
| Octal | 2 | 246 | 133 | 143 | 0 | 55 | 43 | 231 | 142 | 41 |
| Binary | 10 | 10100110 | 1011011 | 1100011 | 0 | 101101 | 100011 | 10011001 | 1100010 | 100001 |
Color Harmonies of #02A65B
Complementary color
Monochromatic Colors of #02A65B
Black with #02A65B
Text Example
Text Example
White with #02A65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A65B; }
p { color: rgb(2,166,91); }
H1.HeaderClassName
{
color: #02A65B;
}
.AnyTagClassName
{
color: #02A65B;
}
</style>
background-color css
<style>
a { background-color: #02A65B; }
a { background-color: rgb(2,166,91); }
div.DivClassName
{
background-color: #02A65B;
}
.BgClassName
{
background-color: #02A65B;
}
</style>
border-color css
<style>
span { border-color: #02A65B; }
span { border-color: rgb(2,166,91); }
td.TdClassName
{
border-color: #02A65B;
}
.TagClassName
{
border-color: #02A65B;
}
</style>