Shades of Pigment Green #02A14A
Tints of Pigment Green #02A14A
RGB
CMYK
RGB Variations
Color information
#02A14A (or 0x02A14A) is known color: Pigment Green. HEX triplet: 02, A1 and 4A. RGB value is (2,161,74). Sum of RGB (Red+Green+Blue) = 2+161+74=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 161 (63.28% from 255 or 67.93% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 161 - color contains mainly: green. Hex color #02A14A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A14A is #FD5EB5. Grayscale: #676767. Windows color (decimal): -16604854 or 4890882. OLE color: 4890882.
HSL color Cylindrical-coordinate representation of color #02A14A: hue angle of 147.17º 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 #02A14A is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 161 | 74 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.37 |
| HSL | 147.17º | 0.98% | 0.32% | - |
| HSV(B) | 147.17º | 0.99% | 0.63% | - |
| XYZ | 14.01 | 26 | 10.76 | - |
| YUV | 103.54 | 111.32 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 161 | 74 | 0.99 | 0 | 0.54 | 0.37 | 147.17 | 0.98 | 0.32 |
| Hex | 2 | A1 | 4A | 63 | 0 | 36 | 25 | 93 | 62 | 20 |
| Octal | 2 | 241 | 112 | 143 | 0 | 66 | 45 | 223 | 142 | 40 |
| Binary | 10 | 10100001 | 1001010 | 1100011 | 0 | 110110 | 100101 | 10010011 | 1100010 | 100000 |
Color Harmonies of #02A14A
Complementary color
Monochromatic Colors of #02A14A
Black with #02A14A
Text Example
Text Example
White with #02A14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A14A; }
p { color: rgb(2,161,74); }
H1.HeaderClassName
{
color: #02A14A;
}
.AnyTagClassName
{
color: #02A14A;
}
</style>
background-color css
<style>
a { background-color: #02A14A; }
a { background-color: rgb(2,161,74); }
div.DivClassName
{
background-color: #02A14A;
}
.BgClassName
{
background-color: #02A14A;
}
</style>
border-color css
<style>
span { border-color: #02A14A; }
span { border-color: rgb(2,161,74); }
td.TdClassName
{
border-color: #02A14A;
}
.TagClassName
{
border-color: #02A14A;
}
</style>