Shades of Pigment Green #02A856
Tints of Pigment Green #02A856
RGB
CMYK
RGB Variations
Color information
#02A856 (or 0x02A856) is known color: Pigment Green. HEX triplet: 02, A8 and 56. RGB value is (2,168,86). Sum of RGB (Red+Green+Blue) = 2+168+86=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 168 (66.02% from 255 or 65.62% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 168 - color contains mainly: green. Hex color #02A856 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A856 is #FD57A9. Grayscale: #6D6D6D. Windows color (decimal): -16603050 or 5679106. OLE color: 5679106.
HSL color Cylindrical-coordinate representation of color #02A856: hue angle of 150.36º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A856 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 168 | 86 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.34 |
| HSL | 150.36º | 0.98% | 0.33% | - |
| HSV(B) | 150.36º | 0.99% | 0.66% | - |
| XYZ | 15.71 | 28.69 | 13.51 | - |
| YUV | 109.02 | 115 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 86 | 0.99 | 0 | 0.49 | 0.34 | 150.36 | 0.98 | 0.33 |
| Hex | 2 | A8 | 56 | 63 | 0 | 31 | 22 | 96 | 62 | 21 |
| Octal | 2 | 250 | 126 | 143 | 0 | 61 | 42 | 226 | 142 | 41 |
| Binary | 10 | 10101000 | 1010110 | 1100011 | 0 | 110001 | 100010 | 10010110 | 1100010 | 100001 |
Color Harmonies of #02A856
Complementary color
Monochromatic Colors of #02A856
Black with #02A856
Text Example
Text Example
White with #02A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A856; }
p { color: rgb(2,168,86); }
H1.HeaderClassName
{
color: #02A856;
}
.AnyTagClassName
{
color: #02A856;
}
</style>
background-color css
<style>
a { background-color: #02A856; }
a { background-color: rgb(2,168,86); }
div.DivClassName
{
background-color: #02A856;
}
.BgClassName
{
background-color: #02A856;
}
</style>
border-color css
<style>
span { border-color: #02A856; }
span { border-color: rgb(2,168,86); }
td.TdClassName
{
border-color: #02A856;
}
.TagClassName
{
border-color: #02A856;
}
</style>