Shades of Pigment Green #02A656
Tints of Pigment Green #02A656
RGB
CMYK
RGB Variations
Color information
#02A656 (or 0x02A656) is known color: Pigment Green. HEX triplet: 02, A6 and 56. RGB value is (2,166,86). Sum of RGB (Red+Green+Blue) = 2+166+86=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 166 (65.23% from 255 or 65.35% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 166 - color contains mainly: green. Hex color #02A656 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A656 is #FD59A9. Grayscale: #6C6C6C. Windows color (decimal): -16603562 or 5678594. OLE color: 5678594.
HSL color Cylindrical-coordinate representation of color #02A656: hue angle of 150.73º 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 #02A656 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 166 | 86 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.35 |
| HSL | 150.73º | 0.98% | 0.33% | - |
| HSV(B) | 150.73º | 0.99% | 0.65% | - |
| XYZ | 15.34 | 27.96 | 13.39 | - |
| YUV | 107.84 | 115.67 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 86 | 0.99 | 0 | 0.48 | 0.35 | 150.73 | 0.98 | 0.33 |
| Hex | 2 | A6 | 56 | 63 | 0 | 30 | 23 | 97 | 62 | 21 |
| Octal | 2 | 246 | 126 | 143 | 0 | 60 | 43 | 227 | 142 | 41 |
| Binary | 10 | 10100110 | 1010110 | 1100011 | 0 | 110000 | 100011 | 10010111 | 1100010 | 100001 |
Color Harmonies of #02A656
Complementary color
Monochromatic Colors of #02A656
Black with #02A656
Text Example
Text Example
White with #02A656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A656; }
p { color: rgb(2,166,86); }
H1.HeaderClassName
{
color: #02A656;
}
.AnyTagClassName
{
color: #02A656;
}
</style>
background-color css
<style>
a { background-color: #02A656; }
a { background-color: rgb(2,166,86); }
div.DivClassName
{
background-color: #02A656;
}
.BgClassName
{
background-color: #02A656;
}
</style>
border-color css
<style>
span { border-color: #02A656; }
span { border-color: rgb(2,166,86); }
td.TdClassName
{
border-color: #02A656;
}
.TagClassName
{
border-color: #02A656;
}
</style>