Shades of Pigment Green #02A63B
Tints of Pigment Green #02A63B
RGB
CMYK
RGB Variations
Color information
#02A63B (or 0x02A63B) is known color: Pigment Green. HEX triplet: 02, A6 and 3B. RGB value is (2,166,59). Sum of RGB (Red+Green+Blue) = 2+166+59=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 166 (65.23% from 255 or 73.13% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 166 - color contains mainly: green. Hex color #02A63B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A63B is #FD59C4. Grayscale: #696969. Windows color (decimal): -16603589 or 3909122. OLE color: 3909122.
HSL color Cylindrical-coordinate representation of color #02A63B: hue angle of 140.85º 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 #02A63B is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 166 | 59 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.35 |
| HSL | 140.85º | 0.98% | 0.33% | - |
| HSV(B) | 140.85º | 0.99% | 0.65% | - |
| XYZ | 14.45 | 27.6 | 8.7 | - |
| YUV | 104.77 | 102.17 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 59 | 0.99 | 0 | 0.64 | 0.35 | 140.85 | 0.98 | 0.33 |
| Hex | 2 | A6 | 3B | 63 | 0 | 40 | 23 | 8D | 62 | 21 |
| Octal | 2 | 246 | 73 | 143 | 0 | 100 | 43 | 215 | 142 | 41 |
| Binary | 10 | 10100110 | 111011 | 1100011 | 0 | 1000000 | 100011 | 10001101 | 1100010 | 100001 |
Color Harmonies of #02A63B
Complementary color
Monochromatic Colors of #02A63B
Black with #02A63B
Text Example
Text Example
White with #02A63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A63B; }
p { color: rgb(2,166,59); }
H1.HeaderClassName
{
color: #02A63B;
}
.AnyTagClassName
{
color: #02A63B;
}
</style>
background-color css
<style>
a { background-color: #02A63B; }
a { background-color: rgb(2,166,59); }
div.DivClassName
{
background-color: #02A63B;
}
.BgClassName
{
background-color: #02A63B;
}
</style>
border-color css
<style>
span { border-color: #02A63B; }
span { border-color: rgb(2,166,59); }
td.TdClassName
{
border-color: #02A63B;
}
.TagClassName
{
border-color: #02A63B;
}
</style>