Shades of Pigment Green #01BC59
Tints of Pigment Green #01BC59
RGB
CMYK
RGB Variations
Color information
#01BC59 (or 0x01BC59) is known color: Pigment Green. HEX triplet: 01, BC and 59. RGB value is (1,188,89). Sum of RGB (Red+Green+Blue) = 1+188+89=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 188 (73.83% from 255 or 67.63% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC59 is #FE43A6. Grayscale: #797979. Windows color (decimal): -16663463 or 5880833. OLE color: 5880833.
HSL color Cylindrical-coordinate representation of color #01BC59: hue angle of 148.24º 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 #01BC59 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 89 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.26 |
| HSL | 148.24º | 0.99% | 0.37% | - |
| HSV(B) | 148.24º | 0.99% | 0.74% | - |
| XYZ | 19.8 | 36.69 | 15.49 | - |
| YUV | 120.8 | 110.05 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 89 | 0.99 | 0 | 0.53 | 0.26 | 148.24 | 0.99 | 0.37 |
| Hex | 1 | BC | 59 | 63 | 0 | 35 | 1A | 94 | 63 | 25 |
| Octal | 1 | 274 | 131 | 143 | 0 | 65 | 32 | 224 | 143 | 45 |
| Binary | 1 | 10111100 | 1011001 | 1100011 | 0 | 110101 | 11010 | 10010100 | 1100011 | 100101 |
Color Harmonies of #01BC59
Complementary color
Monochromatic Colors of #01BC59
Black with #01BC59
Text Example
Text Example
White with #01BC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC59; }
p { color: rgb(1,188,89); }
H1.HeaderClassName
{
color: #01BC59;
}
.AnyTagClassName
{
color: #01BC59;
}
</style>
background-color css
<style>
a { background-color: #01BC59; }
a { background-color: rgb(1,188,89); }
div.DivClassName
{
background-color: #01BC59;
}
.BgClassName
{
background-color: #01BC59;
}
</style>
border-color css
<style>
span { border-color: #01BC59; }
span { border-color: rgb(1,188,89); }
td.TdClassName
{
border-color: #01BC59;
}
.TagClassName
{
border-color: #01BC59;
}
</style>