Shades of Pigment Green #019C40
Tints of Pigment Green #019C40
RGB
CMYK
RGB Variations
Color information
#019C40 (or 0x019C40) is known color: Pigment Green. HEX triplet: 01, 9C and 40. RGB value is (1,156,64). Sum of RGB (Red+Green+Blue) = 1+156+64=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 156 (61.33% from 255 or 70.59% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 156 - color contains mainly: green. Hex color #019C40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019C40 is #FE63BF. Grayscale: #636363. Windows color (decimal): -16671680 or 4234241. OLE color: 4234241.
HSL color Cylindrical-coordinate representation of color #019C40: hue angle of 144.39º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019C40 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 156 | 64 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.39 |
| HSL | 144.39º | 0.99% | 0.31% | - |
| HSV(B) | 144.39º | 0.99% | 0.61% | - |
| XYZ | 12.83 | 24.15 | 8.84 | - |
| YUV | 99.17 | 108.15 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 64 | 0.99 | 0 | 0.59 | 0.39 | 144.39 | 0.99 | 0.31 |
| Hex | 1 | 9C | 40 | 63 | 0 | 3B | 27 | 90 | 63 | 1F |
| Octal | 1 | 234 | 100 | 143 | 0 | 73 | 47 | 220 | 143 | 37 |
| Binary | 1 | 10011100 | 1000000 | 1100011 | 0 | 111011 | 100111 | 10010000 | 1100011 | 11111 |
Color Harmonies of #019C40
Complementary color
Monochromatic Colors of #019C40
Black with #019C40
Text Example
Text Example
White with #019C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019C40; }
p { color: rgb(1,156,64); }
H1.HeaderClassName
{
color: #019C40;
}
.AnyTagClassName
{
color: #019C40;
}
</style>
background-color css
<style>
a { background-color: #019C40; }
a { background-color: rgb(1,156,64); }
div.DivClassName
{
background-color: #019C40;
}
.BgClassName
{
background-color: #019C40;
}
</style>
border-color css
<style>
span { border-color: #019C40; }
span { border-color: rgb(1,156,64); }
td.TdClassName
{
border-color: #019C40;
}
.TagClassName
{
border-color: #019C40;
}
</style>