Shades of Pigment Green #02A14C
Tints of Pigment Green #02A14C
RGB
CMYK
RGB Variations
Color information
#02A14C (or 0x02A14C) is known color: Pigment Green. HEX triplet: 02, A1 and 4C. RGB value is (2,161,76). Sum of RGB (Red+Green+Blue) = 2+161+76=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 161 (63.28% from 255 or 67.36% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 161 - color contains mainly: green. Hex color #02A14C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A14C is #FD5EB3. Grayscale: #676767. Windows color (decimal): -16604852 or 5021954. OLE color: 5021954.
HSL color Cylindrical-coordinate representation of color #02A14C: hue angle of 147.92º 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 #02A14C is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 161 | 76 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.37 |
| HSL | 147.92º | 0.98% | 0.32% | - |
| HSV(B) | 147.92º | 0.99% | 0.63% | - |
| XYZ | 14.07 | 26.02 | 11.12 | - |
| YUV | 103.77 | 112.32 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 161 | 76 | 0.99 | 0 | 0.53 | 0.37 | 147.92 | 0.98 | 0.32 |
| Hex | 2 | A1 | 4C | 63 | 0 | 35 | 25 | 94 | 62 | 20 |
| Octal | 2 | 241 | 114 | 143 | 0 | 65 | 45 | 224 | 142 | 40 |
| Binary | 10 | 10100001 | 1001100 | 1100011 | 0 | 110101 | 100101 | 10010100 | 1100010 | 100000 |
Color Harmonies of #02A14C
Complementary color
Monochromatic Colors of #02A14C
Black with #02A14C
Text Example
Text Example
White with #02A14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A14C; }
p { color: rgb(2,161,76); }
H1.HeaderClassName
{
color: #02A14C;
}
.AnyTagClassName
{
color: #02A14C;
}
</style>
background-color css
<style>
a { background-color: #02A14C; }
a { background-color: rgb(2,161,76); }
div.DivClassName
{
background-color: #02A14C;
}
.BgClassName
{
background-color: #02A14C;
}
</style>
border-color css
<style>
span { border-color: #02A14C; }
span { border-color: rgb(2,161,76); }
td.TdClassName
{
border-color: #02A14C;
}
.TagClassName
{
border-color: #02A14C;
}
</style>