Shades of Pigment Green #019644
Tints of Pigment Green #019644
RGB
CMYK
RGB Variations
Color information
#019644 (or 0x019644) is known color: Pigment Green. HEX triplet: 01, 96 and 44. RGB value is (1,150,68). Sum of RGB (Red+Green+Blue) = 1+150+68=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 150 (58.98% from 255 or 68.49% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 150 - color contains mainly: green. Hex color #019644 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019644 is #FE69BB. Grayscale: #606060. Windows color (decimal): -16673212 or 4494849. OLE color: 4494849.
HSL color Cylindrical-coordinate representation of color #019644: hue angle of 146.98º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019644 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 150 | 68 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.41 |
| HSL | 146.98º | 0.99% | 0.3% | - |
| HSV(B) | 146.98º | 0.99% | 0.59% | - |
| XYZ | 11.96 | 22.24 | 9.13 | - |
| YUV | 96.1 | 112.14 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 68 | 0.99 | 0 | 0.55 | 0.41 | 146.98 | 0.99 | 0.3 |
| Hex | 1 | 96 | 44 | 63 | 0 | 37 | 29 | 93 | 63 | 1E |
| Octal | 1 | 226 | 104 | 143 | 0 | 67 | 51 | 223 | 143 | 36 |
| Binary | 1 | 10010110 | 1000100 | 1100011 | 0 | 110111 | 101001 | 10010011 | 1100011 | 11110 |
Color Harmonies of #019644
Complementary color
Monochromatic Colors of #019644
Black with #019644
Text Example
Text Example
White with #019644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019644; }
p { color: rgb(1,150,68); }
H1.HeaderClassName
{
color: #019644;
}
.AnyTagClassName
{
color: #019644;
}
</style>
background-color css
<style>
a { background-color: #019644; }
a { background-color: rgb(1,150,68); }
div.DivClassName
{
background-color: #019644;
}
.BgClassName
{
background-color: #019644;
}
</style>
border-color css
<style>
span { border-color: #019644; }
span { border-color: rgb(1,150,68); }
td.TdClassName
{
border-color: #019644;
}
.TagClassName
{
border-color: #019644;
}
</style>