Shades of Pigment Green #019950
Tints of Pigment Green #019950
RGB
CMYK
RGB Variations
Color information
#019950 (or 0x019950) is known color: Pigment Green. HEX triplet: 01, 99 and 50. RGB value is (1,153,80). Sum of RGB (Red+Green+Blue) = 1+153+80=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 153 (60.16% from 255 or 65.38% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 153 - color contains mainly: green. Hex color #019950 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019950 is #FE66AF. Grayscale: #636363. Windows color (decimal): -16672432 or 5282049. OLE color: 5282049.
HSL color Cylindrical-coordinate representation of color #019950: hue angle of 151.18º 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 #019950 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 80 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.4 |
| HSL | 151.18º | 0.99% | 0.3% | - |
| HSV(B) | 151.18º | 0.99% | 0.6% | - |
| XYZ | 12.85 | 23.37 | 11.42 | - |
| YUV | 99.23 | 117.14 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 80 | 0.99 | 0 | 0.48 | 0.4 | 151.18 | 0.99 | 0.3 |
| Hex | 1 | 99 | 50 | 63 | 0 | 30 | 28 | 97 | 63 | 1E |
| Octal | 1 | 231 | 120 | 143 | 0 | 60 | 50 | 227 | 143 | 36 |
| Binary | 1 | 10011001 | 1010000 | 1100011 | 0 | 110000 | 101000 | 10010111 | 1100011 | 11110 |
Color Harmonies of #019950
Complementary color
Monochromatic Colors of #019950
Black with #019950
Text Example
Text Example
White with #019950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019950; }
p { color: rgb(1,153,80); }
H1.HeaderClassName
{
color: #019950;
}
.AnyTagClassName
{
color: #019950;
}
</style>
background-color css
<style>
a { background-color: #019950; }
a { background-color: rgb(1,153,80); }
div.DivClassName
{
background-color: #019950;
}
.BgClassName
{
background-color: #019950;
}
</style>
border-color css
<style>
span { border-color: #019950; }
span { border-color: rgb(1,153,80); }
td.TdClassName
{
border-color: #019950;
}
.TagClassName
{
border-color: #019950;
}
</style>