Shades of Shamrock Green #02A65C
Tints of Shamrock Green #02A65C
RGB
CMYK
RGB Variations
Color information
#02A65C (or 0x02A65C) is known color: Shamrock Green. HEX triplet: 02, A6 and 5C. RGB value is (2,166,92). Sum of RGB (Red+Green+Blue) = 2+166+92=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 166 (65.23% from 255 or 63.85% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 166 - color contains mainly: green. Hex color #02A65C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A65C is #FD59A3. Grayscale: #6C6C6C. Windows color (decimal): -16603556 or 6071810. OLE color: 6071810.
HSL color Cylindrical-coordinate representation of color #02A65C: hue angle of 152.93º 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 #02A65C is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 166 | 92 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.35 |
| HSL | 152.93º | 0.98% | 0.33% | - |
| HSV(B) | 152.93º | 0.99% | 0.65% | - |
| XYZ | 15.59 | 28.06 | 14.72 | - |
| YUV | 108.53 | 118.67 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 92 | 0.99 | 0 | 0.45 | 0.35 | 152.93 | 0.98 | 0.33 |
| Hex | 2 | A6 | 5C | 63 | 0 | 2D | 23 | 99 | 62 | 21 |
| Octal | 2 | 246 | 134 | 143 | 0 | 55 | 43 | 231 | 142 | 41 |
| Binary | 10 | 10100110 | 1011100 | 1100011 | 0 | 101101 | 100011 | 10011001 | 1100010 | 100001 |
Color Harmonies of #02A65C
Complementary color
Monochromatic Colors of #02A65C
Black with #02A65C
Text Example
Text Example
White with #02A65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A65C; }
p { color: rgb(2,166,92); }
H1.HeaderClassName
{
color: #02A65C;
}
.AnyTagClassName
{
color: #02A65C;
}
</style>
background-color css
<style>
a { background-color: #02A65C; }
a { background-color: rgb(2,166,92); }
div.DivClassName
{
background-color: #02A65C;
}
.BgClassName
{
background-color: #02A65C;
}
</style>
border-color css
<style>
span { border-color: #02A65C; }
span { border-color: rgb(2,166,92); }
td.TdClassName
{
border-color: #02A65C;
}
.TagClassName
{
border-color: #02A65C;
}
</style>