Shades of Pigment Green #02A64A
Tints of Pigment Green #02A64A
RGB
CMYK
RGB Variations
Color information
#02A64A (or 0x02A64A) is known color: Pigment Green. HEX triplet: 02, A6 and 4A. RGB value is (2,166,74). Sum of RGB (Red+Green+Blue) = 2+166+74=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 166 (65.23% from 255 or 68.60% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 166 - color contains mainly: green. Hex color #02A64A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A64A is #FD59B5. Grayscale: #6A6A6A. Windows color (decimal): -16603574 or 4892162. OLE color: 4892162.
HSL color Cylindrical-coordinate representation of color #02A64A: hue angle of 146.34º 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 #02A64A is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 166 | 74 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.35 |
| HSL | 146.34º | 0.98% | 0.33% | - |
| HSV(B) | 146.34º | 0.99% | 0.65% | - |
| XYZ | 14.9 | 27.78 | 11.06 | - |
| YUV | 106.48 | 109.67 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 74 | 0.99 | 0 | 0.55 | 0.35 | 146.34 | 0.98 | 0.33 |
| Hex | 2 | A6 | 4A | 63 | 0 | 37 | 23 | 92 | 62 | 21 |
| Octal | 2 | 246 | 112 | 143 | 0 | 67 | 43 | 222 | 142 | 41 |
| Binary | 10 | 10100110 | 1001010 | 1100011 | 0 | 110111 | 100011 | 10010010 | 1100010 | 100001 |
Color Harmonies of #02A64A
Complementary color
Monochromatic Colors of #02A64A
Black with #02A64A
Text Example
Text Example
White with #02A64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A64A; }
p { color: rgb(2,166,74); }
H1.HeaderClassName
{
color: #02A64A;
}
.AnyTagClassName
{
color: #02A64A;
}
</style>
background-color css
<style>
a { background-color: #02A64A; }
a { background-color: rgb(2,166,74); }
div.DivClassName
{
background-color: #02A64A;
}
.BgClassName
{
background-color: #02A64A;
}
</style>
border-color css
<style>
span { border-color: #02A64A; }
span { border-color: rgb(2,166,74); }
td.TdClassName
{
border-color: #02A64A;
}
.TagClassName
{
border-color: #02A64A;
}
</style>