Shades of Pigment Green #02A040
Tints of Pigment Green #02A040
RGB
CMYK
RGB Variations
Color information
#02A040 (or 0x02A040) is known color: Pigment Green. HEX triplet: 02, A0 and 40. RGB value is (2,160,64). Sum of RGB (Red+Green+Blue) = 2+160+64=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 160 (62.89% from 255 or 70.80% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 160 - color contains mainly: green. Hex color #02A040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A040 is #FD5FBF. Grayscale: #666666. Windows color (decimal): -16605120 or 4235266. OLE color: 4235266.
HSL color Cylindrical-coordinate representation of color #02A040: hue angle of 143.54º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A040 is Cyan = 0.99, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 160 | 64 | - |
| CMYK | 0.99 | 0 | 0.6 | 0.37 |
| HSL | 143.54º | 0.98% | 0.32% | - |
| HSV(B) | 143.54º | 0.99% | 0.63% | - |
| XYZ | 13.52 | 25.52 | 9.06 | - |
| YUV | 101.81 | 106.65 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 160 | 64 | 0.99 | 0 | 0.6 | 0.37 | 143.54 | 0.98 | 0.32 |
| Hex | 2 | A0 | 40 | 63 | 0 | 3C | 25 | 90 | 62 | 20 |
| Octal | 2 | 240 | 100 | 143 | 0 | 74 | 45 | 220 | 142 | 40 |
| Binary | 10 | 10100000 | 1000000 | 1100011 | 0 | 111100 | 100101 | 10010000 | 1100010 | 100000 |
Color Harmonies of #02A040
Complementary color
Monochromatic Colors of #02A040
Black with #02A040
Text Example
Text Example
White with #02A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A040; }
p { color: rgb(2,160,64); }
H1.HeaderClassName
{
color: #02A040;
}
.AnyTagClassName
{
color: #02A040;
}
</style>
background-color css
<style>
a { background-color: #02A040; }
a { background-color: rgb(2,160,64); }
div.DivClassName
{
background-color: #02A040;
}
.BgClassName
{
background-color: #02A040;
}
</style>
border-color css
<style>
span { border-color: #02A040; }
span { border-color: rgb(2,160,64); }
td.TdClassName
{
border-color: #02A040;
}
.TagClassName
{
border-color: #02A040;
}
</style>