Shades of Pigment Green #01BA58
Tints of Pigment Green #01BA58
RGB
CMYK
RGB Variations
Color information
#01BA58 (or 0x01BA58) is known color: Pigment Green. HEX triplet: 01, BA and 58. RGB value is (1,186,88). Sum of RGB (Red+Green+Blue) = 1+186+88=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BA58 is #FE45A7. Grayscale: #777777. Windows color (decimal): -16663976 or 5814785. OLE color: 5814785.
HSL color Cylindrical-coordinate representation of color #01BA58: hue angle of 148.22º 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 #01BA58 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 88 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.27 |
| HSL | 148.22º | 0.99% | 0.37% | - |
| HSV(B) | 148.22º | 0.99% | 0.73% | - |
| XYZ | 19.33 | 35.83 | 15.13 | - |
| YUV | 119.51 | 110.21 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 88 | 0.99 | 0 | 0.53 | 0.27 | 148.22 | 0.99 | 0.37 |
| Hex | 1 | BA | 58 | 63 | 0 | 35 | 1B | 94 | 63 | 25 |
| Octal | 1 | 272 | 130 | 143 | 0 | 65 | 33 | 224 | 143 | 45 |
| Binary | 1 | 10111010 | 1011000 | 1100011 | 0 | 110101 | 11011 | 10010100 | 1100011 | 100101 |
Color Harmonies of #01BA58
Complementary color
Monochromatic Colors of #01BA58
Black with #01BA58
Text Example
Text Example
White with #01BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BA58; }
p { color: rgb(1,186,88); }
H1.HeaderClassName
{
color: #01BA58;
}
.AnyTagClassName
{
color: #01BA58;
}
</style>
background-color css
<style>
a { background-color: #01BA58; }
a { background-color: rgb(1,186,88); }
div.DivClassName
{
background-color: #01BA58;
}
.BgClassName
{
background-color: #01BA58;
}
</style>
border-color css
<style>
span { border-color: #01BA58; }
span { border-color: rgb(1,186,88); }
td.TdClassName
{
border-color: #01BA58;
}
.TagClassName
{
border-color: #01BA58;
}
</style>