Shades of Pigment Green #01BC55
Tints of Pigment Green #01BC55
RGB
CMYK
RGB Variations
Color information
#01BC55 (or 0x01BC55) is known color: Pigment Green. HEX triplet: 01, BC and 55. RGB value is (1,188,85). Sum of RGB (Red+Green+Blue) = 1+188+85=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC55 is #FE43AA. Grayscale: #787878. Windows color (decimal): -16663467 or 5618689. OLE color: 5618689.
HSL color Cylindrical-coordinate representation of color #01BC55: hue angle of 146.95º degrees, saturation: 0.99, 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 #01BC55 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 85 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.26 |
| HSL | 146.95º | 0.99% | 0.37% | - |
| HSV(B) | 146.95º | 0.99% | 0.74% | - |
| XYZ | 19.64 | 36.63 | 14.63 | - |
| YUV | 120.35 | 108.05 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 85 | 0.99 | 0 | 0.55 | 0.26 | 146.95 | 0.99 | 0.37 |
| Hex | 1 | BC | 55 | 63 | 0 | 37 | 1A | 93 | 63 | 25 |
| Octal | 1 | 274 | 125 | 143 | 0 | 67 | 32 | 223 | 143 | 45 |
| Binary | 1 | 10111100 | 1010101 | 1100011 | 0 | 110111 | 11010 | 10010011 | 1100011 | 100101 |
Color Harmonies of #01BC55
Complementary color
Monochromatic Colors of #01BC55
Black with #01BC55
Text Example
Text Example
White with #01BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC55; }
p { color: rgb(1,188,85); }
H1.HeaderClassName
{
color: #01BC55;
}
.AnyTagClassName
{
color: #01BC55;
}
</style>
background-color css
<style>
a { background-color: #01BC55; }
a { background-color: rgb(1,188,85); }
div.DivClassName
{
background-color: #01BC55;
}
.BgClassName
{
background-color: #01BC55;
}
</style>
border-color css
<style>
span { border-color: #01BC55; }
span { border-color: rgb(1,188,85); }
td.TdClassName
{
border-color: #01BC55;
}
.TagClassName
{
border-color: #01BC55;
}
</style>