Shades of Pigment Green #01984C
Tints of Pigment Green #01984C
RGB
CMYK
RGB Variations
Color information
#01984C (or 0x01984C) is known color: Pigment Green. HEX triplet: 01, 98 and 4C. RGB value is (1,152,76). Sum of RGB (Red+Green+Blue) = 1+152+76=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 152 (59.77% from 255 or 66.38% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 152 - color contains mainly: green. Hex color #01984C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01984C is #FE67B3. Grayscale: #626262. Windows color (decimal): -16672692 or 5019649. OLE color: 5019649.
HSL color Cylindrical-coordinate representation of color #01984C: hue angle of 149.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01984C is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 152 | 76 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.40 |
| HSL | 149.8º | 0.99% | 0.3% | - |
| HSV(B) | 149.8º | 0.99% | 0.6% | - |
| XYZ | 12.55 | 22.98 | 10.61 | - |
| YUV | 98.19 | 115.47 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 76 | 0.99 | 0 | 0.50 | 0.40 | 149.8 | 0.99 | 0.3 |
| Hex | 1 | 98 | 4C | 63 | 0 | 32 | 28 | 96 | 63 | 1E |
| Octal | 1 | 230 | 114 | 143 | 0 | 62 | 50 | 226 | 143 | 36 |
| Binary | 1 | 10011000 | 1001100 | 1100011 | 0 | 110010 | 101000 | 10010110 | 1100011 | 11110 |
Color Harmonies of #01984C
Complementary color
Monochromatic Colors of #01984C
Black with #01984C
Text Example
Text Example
White with #01984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01984C; }
p { color: rgb(1,152,76); }
H1.HeaderClassName
{
color: #01984C;
}
.AnyTagClassName
{
color: #01984C;
}
</style>
background-color css
<style>
a { background-color: #01984C; }
a { background-color: rgb(1,152,76); }
div.DivClassName
{
background-color: #01984C;
}
.BgClassName
{
background-color: #01984C;
}
</style>
border-color css
<style>
span { border-color: #01984C; }
span { border-color: rgb(1,152,76); }
td.TdClassName
{
border-color: #01984C;
}
.TagClassName
{
border-color: #01984C;
}
</style>