Shades of Pigment Green #02A94D
Tints of Pigment Green #02A94D
RGB
CMYK
RGB Variations
Color information
#02A94D (or 0x02A94D) is known color: Pigment Green. HEX triplet: 02, A9 and 4D. RGB value is (2,169,77). Sum of RGB (Red+Green+Blue) = 2+169+77=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 169 (66.41% from 255 or 68.15% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 169 - color contains mainly: green. Hex color #02A94D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A94D is #FD56B2. Grayscale: #6C6C6C. Windows color (decimal): -16602803 or 5089538. OLE color: 5089538.
HSL color Cylindrical-coordinate representation of color #02A94D: hue angle of 146.95º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A94D is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 169 | 77 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.34 |
| HSL | 146.95º | 0.98% | 0.34% | - |
| HSV(B) | 146.95º | 0.99% | 0.66% | - |
| XYZ | 15.55 | 28.92 | 11.78 | - |
| YUV | 108.58 | 110.17 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 169 | 77 | 0.99 | 0 | 0.54 | 0.34 | 146.95 | 0.98 | 0.34 |
| Hex | 2 | A9 | 4D | 63 | 0 | 36 | 22 | 93 | 62 | 22 |
| Octal | 2 | 251 | 115 | 143 | 0 | 66 | 42 | 223 | 142 | 42 |
| Binary | 10 | 10101001 | 1001101 | 1100011 | 0 | 110110 | 100010 | 10010011 | 1100010 | 100010 |
Color Harmonies of #02A94D
Complementary color
Monochromatic Colors of #02A94D
Black with #02A94D
Text Example
Text Example
White with #02A94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A94D; }
p { color: rgb(2,169,77); }
H1.HeaderClassName
{
color: #02A94D;
}
.AnyTagClassName
{
color: #02A94D;
}
</style>
background-color css
<style>
a { background-color: #02A94D; }
a { background-color: rgb(2,169,77); }
div.DivClassName
{
background-color: #02A94D;
}
.BgClassName
{
background-color: #02A94D;
}
</style>
border-color css
<style>
span { border-color: #02A94D; }
span { border-color: rgb(2,169,77); }
td.TdClassName
{
border-color: #02A94D;
}
.TagClassName
{
border-color: #02A94D;
}
</style>