Shades of Pigment Green #019B54
Tints of Pigment Green #019B54
RGB
CMYK
RGB Variations
Color information
#019B54 (or 0x019B54) is known color: Pigment Green. HEX triplet: 01, 9B and 54. RGB value is (1,155,84). Sum of RGB (Red+Green+Blue) = 1+155+84=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 155 (60.94% from 255 or 64.58% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 155 - color contains mainly: green. Hex color #019B54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019B54 is #FE64AB. Grayscale: #646464. Windows color (decimal): -16671916 or 5544705. OLE color: 5544705.
HSL color Cylindrical-coordinate representation of color #019B54: hue angle of 152.34º 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 #019B54 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 155 | 84 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.39 |
| HSL | 152.34º | 0.99% | 0.31% | - |
| HSV(B) | 152.34º | 0.99% | 0.61% | - |
| XYZ | 13.33 | 24.09 | 12.33 | - |
| YUV | 100.86 | 118.48 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 84 | 0.99 | 0 | 0.46 | 0.39 | 152.34 | 0.99 | 0.31 |
| Hex | 1 | 9B | 54 | 63 | 0 | 2E | 27 | 98 | 63 | 1F |
| Octal | 1 | 233 | 124 | 143 | 0 | 56 | 47 | 230 | 143 | 37 |
| Binary | 1 | 10011011 | 1010100 | 1100011 | 0 | 101110 | 100111 | 10011000 | 1100011 | 11111 |
Color Harmonies of #019B54
Complementary color
Monochromatic Colors of #019B54
Black with #019B54
Text Example
Text Example
White with #019B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019B54; }
p { color: rgb(1,155,84); }
H1.HeaderClassName
{
color: #019B54;
}
.AnyTagClassName
{
color: #019B54;
}
</style>
background-color css
<style>
a { background-color: #019B54; }
a { background-color: rgb(1,155,84); }
div.DivClassName
{
background-color: #019B54;
}
.BgClassName
{
background-color: #019B54;
}
</style>
border-color css
<style>
span { border-color: #019B54; }
span { border-color: rgb(1,155,84); }
td.TdClassName
{
border-color: #019B54;
}
.TagClassName
{
border-color: #019B54;
}
</style>