Shades of Pigment Green #01BA51
Tints of Pigment Green #01BA51
RGB
CMYK
RGB Variations
Color information
#01BA51 (or 0x01BA51) is known color: Pigment Green. HEX triplet: 01, BA and 51. RGB value is (1,186,81). Sum of RGB (Red+Green+Blue) = 1+186+81=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 186 (73.05% from 255 or 69.40% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BA51 is #FE45AE. Grayscale: #767676. Windows color (decimal): -16663983 or 5356033. OLE color: 5356033.
HSL color Cylindrical-coordinate representation of color #01BA51: hue angle of 145.95º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BA51 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 81 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.27 |
| HSL | 145.95º | 0.99% | 0.37% | - |
| HSV(B) | 145.95º | 0.99% | 0.73% | - |
| XYZ | 19.06 | 35.72 | 13.67 | - |
| YUV | 118.72 | 106.71 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 81 | 0.99 | 0 | 0.56 | 0.27 | 145.95 | 0.99 | 0.37 |
| Hex | 1 | BA | 51 | 63 | 0 | 38 | 1B | 92 | 63 | 25 |
| Octal | 1 | 272 | 121 | 143 | 0 | 70 | 33 | 222 | 143 | 45 |
| Binary | 1 | 10111010 | 1010001 | 1100011 | 0 | 111000 | 11011 | 10010010 | 1100011 | 100101 |
Color Harmonies of #01BA51
Complementary color
Monochromatic Colors of #01BA51
Black with #01BA51
Text Example
Text Example
White with #01BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BA51; }
p { color: rgb(1,186,81); }
H1.HeaderClassName
{
color: #01BA51;
}
.AnyTagClassName
{
color: #01BA51;
}
</style>
background-color css
<style>
a { background-color: #01BA51; }
a { background-color: rgb(1,186,81); }
div.DivClassName
{
background-color: #01BA51;
}
.BgClassName
{
background-color: #01BA51;
}
</style>
border-color css
<style>
span { border-color: #01BA51; }
span { border-color: rgb(1,186,81); }
td.TdClassName
{
border-color: #01BA51;
}
.TagClassName
{
border-color: #01BA51;
}
</style>