Shades of Pigment Green #02AC4E
Tints of Pigment Green #02AC4E
RGB
CMYK
RGB Variations
Color information
#02AC4E (or 0x02AC4E) is known color: Pigment Green. HEX triplet: 02, AC and 4E. RGB value is (2,172,78). Sum of RGB (Red+Green+Blue) = 2+172+78=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 172 (67.58% from 255 or 68.25% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AC4E is #FD53B1. Grayscale: #6E6E6E. Windows color (decimal): -16602034 or 5155842. OLE color: 5155842.
HSL color Cylindrical-coordinate representation of color #02AC4E: hue angle of 146.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AC4E is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 172 | 78 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.33 |
| HSL | 146.82º | 0.98% | 0.34% | - |
| HSV(B) | 146.82º | 0.99% | 0.67% | - |
| XYZ | 16.15 | 30.07 | 12.16 | - |
| YUV | 110.45 | 109.68 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 172 | 78 | 0.99 | 0 | 0.55 | 0.33 | 146.82 | 0.98 | 0.34 |
| Hex | 2 | AC | 4E | 63 | 0 | 37 | 21 | 93 | 62 | 22 |
| Octal | 2 | 254 | 116 | 143 | 0 | 67 | 41 | 223 | 142 | 42 |
| Binary | 10 | 10101100 | 1001110 | 1100011 | 0 | 110111 | 100001 | 10010011 | 1100010 | 100010 |
Color Harmonies of #02AC4E
Complementary color
Monochromatic Colors of #02AC4E
Black with #02AC4E
Text Example
Text Example
White with #02AC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AC4E; }
p { color: rgb(2,172,78); }
H1.HeaderClassName
{
color: #02AC4E;
}
.AnyTagClassName
{
color: #02AC4E;
}
</style>
background-color css
<style>
a { background-color: #02AC4E; }
a { background-color: rgb(2,172,78); }
div.DivClassName
{
background-color: #02AC4E;
}
.BgClassName
{
background-color: #02AC4E;
}
</style>
border-color css
<style>
span { border-color: #02AC4E; }
span { border-color: rgb(2,172,78); }
td.TdClassName
{
border-color: #02AC4E;
}
.TagClassName
{
border-color: #02AC4E;
}
</style>