Shades of Pigment Green #01B04C
Tints of Pigment Green #01B04C
RGB
CMYK
RGB Variations
Color information
#01B04C (or 0x01B04C) is known color: Pigment Green. HEX triplet: 01, B0 and 4C. RGB value is (1,176,76). Sum of RGB (Red+Green+Blue) = 1+176+76=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 176 (69.14% from 255 or 69.57% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 176 - color contains mainly: green. Hex color #01B04C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B04C is #FE4FB3. Grayscale: #707070. Windows color (decimal): -16666548 or 5025793. OLE color: 5025793.
HSL color Cylindrical-coordinate representation of color #01B04C: hue angle of 145.71º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B04C is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 176 | 76 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.31 |
| HSL | 145.71º | 0.99% | 0.35% | - |
| HSV(B) | 145.71º | 0.99% | 0.69% | - |
| XYZ | 16.84 | 31.58 | 12.05 | - |
| YUV | 112.28 | 107.52 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 176 | 76 | 0.99 | 0 | 0.57 | 0.31 | 145.71 | 0.99 | 0.35 |
| Hex | 1 | B0 | 4C | 63 | 0 | 39 | 1F | 92 | 63 | 23 |
| Octal | 1 | 260 | 114 | 143 | 0 | 71 | 37 | 222 | 143 | 43 |
| Binary | 1 | 10110000 | 1001100 | 1100011 | 0 | 111001 | 11111 | 10010010 | 1100011 | 100011 |
Color Harmonies of #01B04C
Complementary color
Monochromatic Colors of #01B04C
Black with #01B04C
Text Example
Text Example
White with #01B04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B04C; }
p { color: rgb(1,176,76); }
H1.HeaderClassName
{
color: #01B04C;
}
.AnyTagClassName
{
color: #01B04C;
}
</style>
background-color css
<style>
a { background-color: #01B04C; }
a { background-color: rgb(1,176,76); }
div.DivClassName
{
background-color: #01B04C;
}
.BgClassName
{
background-color: #01B04C;
}
</style>
border-color css
<style>
span { border-color: #01B04C; }
span { border-color: rgb(1,176,76); }
td.TdClassName
{
border-color: #01B04C;
}
.TagClassName
{
border-color: #01B04C;
}
</style>