Shades of Pigment Green #02A849
Tints of Pigment Green #02A849
RGB
CMYK
RGB Variations
Color information
#02A849 (or 0x02A849) is known color: Pigment Green. HEX triplet: 02, A8 and 49. RGB value is (2,168,73). Sum of RGB (Red+Green+Blue) = 2+168+73=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 168 (66.02% from 255 or 69.14% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 168 - color contains mainly: green. Hex color #02A849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A849 is #FD57B6. Grayscale: #6B6B6B. Windows color (decimal): -16603063 or 4827138. OLE color: 4827138.
HSL color Cylindrical-coordinate representation of color #02A849: hue angle of 145.66º 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 #02A849 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 168 | 73 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.34 |
| HSL | 145.66º | 0.98% | 0.33% | - |
| HSV(B) | 145.66º | 0.99% | 0.66% | - |
| XYZ | 15.23 | 28.5 | 11 | - |
| YUV | 107.54 | 108.5 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 73 | 0.99 | 0 | 0.57 | 0.34 | 145.66 | 0.98 | 0.33 |
| Hex | 2 | A8 | 49 | 63 | 0 | 39 | 22 | 92 | 62 | 21 |
| Octal | 2 | 250 | 111 | 143 | 0 | 71 | 42 | 222 | 142 | 41 |
| Binary | 10 | 10101000 | 1001001 | 1100011 | 0 | 111001 | 100010 | 10010010 | 1100010 | 100001 |
Color Harmonies of #02A849
Complementary color
Monochromatic Colors of #02A849
Black with #02A849
Text Example
Text Example
White with #02A849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A849; }
p { color: rgb(2,168,73); }
H1.HeaderClassName
{
color: #02A849;
}
.AnyTagClassName
{
color: #02A849;
}
</style>
background-color css
<style>
a { background-color: #02A849; }
a { background-color: rgb(2,168,73); }
div.DivClassName
{
background-color: #02A849;
}
.BgClassName
{
background-color: #02A849;
}
</style>
border-color css
<style>
span { border-color: #02A849; }
span { border-color: rgb(2,168,73); }
td.TdClassName
{
border-color: #02A849;
}
.TagClassName
{
border-color: #02A849;
}
</style>