Shades of Pigment Green #01C158
Tints of Pigment Green #01C158
RGB
CMYK
RGB Variations
Color information
#01C158 (or 0x01C158) is known color: Pigment Green. HEX triplet: 01, C1 and 58. RGB value is (1,193,88). Sum of RGB (Red+Green+Blue) = 1+193+88=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 193 (75.78% from 255 or 68.44% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 193 - color contains mainly: green. Hex color #01C158 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C158 is #FE3EA7. Grayscale: #7B7B7B. Windows color (decimal): -16662184 or 5816577. OLE color: 5816577.
HSL color Cylindrical-coordinate representation of color #01C158: hue angle of 147.19º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C158 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 193 | 88 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.24 |
| HSL | 147.19º | 0.99% | 0.38% | - |
| HSV(B) | 147.19º | 0.99% | 0.76% | - |
| XYZ | 20.84 | 38.85 | 15.63 | - |
| YUV | 123.62 | 107.89 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 193 | 88 | 0.99 | 0 | 0.54 | 0.24 | 147.19 | 0.99 | 0.38 |
| Hex | 1 | C1 | 58 | 63 | 0 | 36 | 18 | 93 | 63 | 26 |
| Octal | 1 | 301 | 130 | 143 | 0 | 66 | 30 | 223 | 143 | 46 |
| Binary | 1 | 11000001 | 1011000 | 1100011 | 0 | 110110 | 11000 | 10010011 | 1100011 | 100110 |
Color Harmonies of #01C158
Complementary color
Monochromatic Colors of #01C158
Black with #01C158
Text Example
Text Example
White with #01C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C158; }
p { color: rgb(1,193,88); }
H1.HeaderClassName
{
color: #01C158;
}
.AnyTagClassName
{
color: #01C158;
}
</style>
background-color css
<style>
a { background-color: #01C158; }
a { background-color: rgb(1,193,88); }
div.DivClassName
{
background-color: #01C158;
}
.BgClassName
{
background-color: #01C158;
}
</style>
border-color css
<style>
span { border-color: #01C158; }
span { border-color: rgb(1,193,88); }
td.TdClassName
{
border-color: #01C158;
}
.TagClassName
{
border-color: #01C158;
}
</style>