Shades of Pigment Green #01C05C
Tints of Pigment Green #01C05C
RGB
CMYK
RGB Variations
Color information
#01C05C (or 0x01C05C) is known color: Pigment Green. HEX triplet: 01, C0 and 5C. RGB value is (1,192,92). Sum of RGB (Red+Green+Blue) = 1+192+92=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 192 (75.39% from 255 or 67.37% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 192 - color contains mainly: green. Hex color #01C05C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C05C is #FE3FA3. Grayscale: #7B7B7B. Windows color (decimal): -16662436 or 6078465. OLE color: 6078465.
HSL color Cylindrical-coordinate representation of color #01C05C: hue angle of 148.59º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C05C is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 92 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.25 |
| HSL | 148.59º | 0.99% | 0.38% | - |
| HSV(B) | 148.59º | 0.99% | 0.75% | - |
| XYZ | 20.79 | 38.48 | 16.46 | - |
| YUV | 123.49 | 110.22 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 92 | 0.99 | 0 | 0.52 | 0.25 | 148.59 | 0.99 | 0.38 |
| Hex | 1 | C0 | 5C | 63 | 0 | 34 | 19 | 95 | 63 | 26 |
| Octal | 1 | 300 | 134 | 143 | 0 | 64 | 31 | 225 | 143 | 46 |
| Binary | 1 | 11000000 | 1011100 | 1100011 | 0 | 110100 | 11001 | 10010101 | 1100011 | 100110 |
Color Harmonies of #01C05C
Complementary color
Monochromatic Colors of #01C05C
Black with #01C05C
Text Example
Text Example
White with #01C05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C05C; }
p { color: rgb(1,192,92); }
H1.HeaderClassName
{
color: #01C05C;
}
.AnyTagClassName
{
color: #01C05C;
}
</style>
background-color css
<style>
a { background-color: #01C05C; }
a { background-color: rgb(1,192,92); }
div.DivClassName
{
background-color: #01C05C;
}
.BgClassName
{
background-color: #01C05C;
}
</style>
border-color css
<style>
span { border-color: #01C05C; }
span { border-color: rgb(1,192,92); }
td.TdClassName
{
border-color: #01C05C;
}
.TagClassName
{
border-color: #01C05C;
}
</style>