Shades of Pigment Green #02A83C
Tints of Pigment Green #02A83C
RGB
CMYK
RGB Variations
Color information
#02A83C (or 0x02A83C) is known color: Pigment Green. HEX triplet: 02, A8 and 3C. RGB value is (2,168,60). Sum of RGB (Red+Green+Blue) = 2+168+60=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 168 (66.02% from 255 or 73.04% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 168 - color contains mainly: green. Hex color #02A83C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A83C is #FD57C3. Grayscale: #6A6A6A. Windows color (decimal): -16603076 or 3975170. OLE color: 3975170.
HSL color Cylindrical-coordinate representation of color #02A83C: hue angle of 140.96º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A83C is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 168 | 60 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.34 |
| HSL | 140.96º | 0.98% | 0.33% | - |
| HSV(B) | 140.96º | 0.99% | 0.66% | - |
| XYZ | 14.84 | 28.34 | 8.96 | - |
| YUV | 106.05 | 102 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 60 | 0.99 | 0 | 0.64 | 0.34 | 140.96 | 0.98 | 0.33 |
| Hex | 2 | A8 | 3C | 63 | 0 | 40 | 22 | 8D | 62 | 21 |
| Octal | 2 | 250 | 74 | 143 | 0 | 100 | 42 | 215 | 142 | 41 |
| Binary | 10 | 10101000 | 111100 | 1100011 | 0 | 1000000 | 100010 | 10001101 | 1100010 | 100001 |
Color Harmonies of #02A83C
Complementary color
Monochromatic Colors of #02A83C
Black with #02A83C
Text Example
Text Example
White with #02A83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A83C; }
p { color: rgb(2,168,60); }
H1.HeaderClassName
{
color: #02A83C;
}
.AnyTagClassName
{
color: #02A83C;
}
</style>
background-color css
<style>
a { background-color: #02A83C; }
a { background-color: rgb(2,168,60); }
div.DivClassName
{
background-color: #02A83C;
}
.BgClassName
{
background-color: #02A83C;
}
</style>
border-color css
<style>
span { border-color: #02A83C; }
span { border-color: rgb(2,168,60); }
td.TdClassName
{
border-color: #02A83C;
}
.TagClassName
{
border-color: #02A83C;
}
</style>