Shades of Pigment Green #019F4E
Tints of Pigment Green #019F4E
RGB
CMYK
RGB Variations
Color information
#019F4E (or 0x019F4E) is known color: Pigment Green. HEX triplet: 01, 9F and 4E. RGB value is (1,159,78). Sum of RGB (Red+Green+Blue) = 1+159+78=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 159 (62.5% from 255 or 66.81% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 159 - color contains mainly: green. Hex color #019F4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019F4E is #FE60B1. Grayscale: #666666. Windows color (decimal): -16670898 or 5152513. OLE color: 5152513.
HSL color Cylindrical-coordinate representation of color #019F4E: hue angle of 149.24º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019F4E is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 159 | 78 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.38 |
| HSL | 149.24º | 0.99% | 0.31% | - |
| HSV(B) | 149.24º | 0.99% | 0.62% | - |
| XYZ | 13.79 | 25.35 | 11.37 | - |
| YUV | 102.52 | 114.15 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 78 | 0.99 | 0 | 0.51 | 0.38 | 149.24 | 0.99 | 0.31 |
| Hex | 1 | 9F | 4E | 63 | 0 | 33 | 26 | 95 | 63 | 1F |
| Octal | 1 | 237 | 116 | 143 | 0 | 63 | 46 | 225 | 143 | 37 |
| Binary | 1 | 10011111 | 1001110 | 1100011 | 0 | 110011 | 100110 | 10010101 | 1100011 | 11111 |
Color Harmonies of #019F4E
Complementary color
Monochromatic Colors of #019F4E
Black with #019F4E
Text Example
Text Example
White with #019F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019F4E; }
p { color: rgb(1,159,78); }
H1.HeaderClassName
{
color: #019F4E;
}
.AnyTagClassName
{
color: #019F4E;
}
</style>
background-color css
<style>
a { background-color: #019F4E; }
a { background-color: rgb(1,159,78); }
div.DivClassName
{
background-color: #019F4E;
}
.BgClassName
{
background-color: #019F4E;
}
</style>
border-color css
<style>
span { border-color: #019F4E; }
span { border-color: rgb(1,159,78); }
td.TdClassName
{
border-color: #019F4E;
}
.TagClassName
{
border-color: #019F4E;
}
</style>