Shades of Pigment Green #02BC5A
Tints of Pigment Green #02BC5A
RGB
CMYK
RGB Variations
Color information
#02BC5A (or 0x02BC5A) is known color: Pigment Green. HEX triplet: 02, BC and 5A. RGB value is (2,188,90). Sum of RGB (Red+Green+Blue) = 2+188+90=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC5A is #FD43A5. Grayscale: #797979. Windows color (decimal): -16597926 or 5946370. OLE color: 5946370.
HSL color Cylindrical-coordinate representation of color #02BC5A: hue angle of 148.39º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BC5A is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 90 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.26 |
| HSL | 148.39º | 0.98% | 0.37% | - |
| HSV(B) | 148.39º | 0.99% | 0.74% | - |
| XYZ | 19.85 | 36.72 | 15.71 | - |
| YUV | 121.21 | 110.38 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 90 | 0.99 | 0 | 0.52 | 0.26 | 148.39 | 0.98 | 0.37 |
| Hex | 2 | BC | 5A | 63 | 0 | 34 | 1A | 94 | 62 | 25 |
| Octal | 2 | 274 | 132 | 143 | 0 | 64 | 32 | 224 | 142 | 45 |
| Binary | 10 | 10111100 | 1011010 | 1100011 | 0 | 110100 | 11010 | 10010100 | 1100010 | 100101 |
Color Harmonies of #02BC5A
Complementary color
Monochromatic Colors of #02BC5A
Black with #02BC5A
Text Example
Text Example
White with #02BC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC5A; }
p { color: rgb(2,188,90); }
H1.HeaderClassName
{
color: #02BC5A;
}
.AnyTagClassName
{
color: #02BC5A;
}
</style>
background-color css
<style>
a { background-color: #02BC5A; }
a { background-color: rgb(2,188,90); }
div.DivClassName
{
background-color: #02BC5A;
}
.BgClassName
{
background-color: #02BC5A;
}
</style>
border-color css
<style>
span { border-color: #02BC5A; }
span { border-color: rgb(2,188,90); }
td.TdClassName
{
border-color: #02BC5A;
}
.TagClassName
{
border-color: #02BC5A;
}
</style>