Shades of Pigment Green #02C15A
Tints of Pigment Green #02C15A
RGB
CMYK
RGB Variations
Color information
#02C15A (or 0x02C15A) is known color: Pigment Green. HEX triplet: 02, C1 and 5A. RGB value is (2,193,90). Sum of RGB (Red+Green+Blue) = 2+193+90=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 193 (75.78% from 255 or 67.72% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 193 - color contains mainly: green. Hex color #02C15A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C15A is #FD3EA5. Grayscale: #7C7C7C. Windows color (decimal): -16596646 or 5947650. OLE color: 5947650.
HSL color Cylindrical-coordinate representation of color #02C15A: hue angle of 147.64º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C15A is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 90 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.24 |
| HSL | 147.64º | 0.98% | 0.38% | - |
| HSV(B) | 147.64º | 0.99% | 0.76% | - |
| XYZ | 20.94 | 38.89 | 16.08 | - |
| YUV | 124.15 | 108.72 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 90 | 0.99 | 0 | 0.53 | 0.24 | 147.64 | 0.98 | 0.38 |
| Hex | 2 | C1 | 5A | 63 | 0 | 35 | 18 | 94 | 62 | 26 |
| Octal | 2 | 301 | 132 | 143 | 0 | 65 | 30 | 224 | 142 | 46 |
| Binary | 10 | 11000001 | 1011010 | 1100011 | 0 | 110101 | 11000 | 10010100 | 1100010 | 100110 |
Color Harmonies of #02C15A
Complementary color
Monochromatic Colors of #02C15A
Black with #02C15A
Text Example
Text Example
White with #02C15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C15A; }
p { color: rgb(2,193,90); }
H1.HeaderClassName
{
color: #02C15A;
}
.AnyTagClassName
{
color: #02C15A;
}
</style>
background-color css
<style>
a { background-color: #02C15A; }
a { background-color: rgb(2,193,90); }
div.DivClassName
{
background-color: #02C15A;
}
.BgClassName
{
background-color: #02C15A;
}
</style>
border-color css
<style>
span { border-color: #02C15A; }
span { border-color: rgb(2,193,90); }
td.TdClassName
{
border-color: #02C15A;
}
.TagClassName
{
border-color: #02C15A;
}
</style>