Shades of Pigment Green #018E4D
Tints of Pigment Green #018E4D
RGB
CMYK
RGB Variations
Color information
#018E4D (or 0x018E4D) is known color: Pigment Green. HEX triplet: 01, 8E and 4D. RGB value is (1,142,77). Sum of RGB (Red+Green+Blue) = 1+142+77=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 142 (55.86% from 255 or 64.55% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 142 - color contains mainly: green. Hex color #018E4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E4D is #FE71B2. Grayscale: #5C5C5C. Windows color (decimal): -16675251 or 5082625. OLE color: 5082625.
HSL color Cylindrical-coordinate representation of color #018E4D: hue angle of 152.34º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E4D is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 77 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.44 |
| HSL | 152.34º | 0.99% | 0.28% | - |
| HSV(B) | 152.34º | 0.99% | 0.56% | - |
| XYZ | 11.03 | 19.89 | 10.28 | - |
| YUV | 92.43 | 119.29 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 77 | 0.99 | 0 | 0.46 | 0.44 | 152.34 | 0.99 | 0.28 |
| Hex | 1 | 8E | 4D | 63 | 0 | 2E | 2C | 98 | 63 | 1C |
| Octal | 1 | 216 | 115 | 143 | 0 | 56 | 54 | 230 | 143 | 34 |
| Binary | 1 | 10001110 | 1001101 | 1100011 | 0 | 101110 | 101100 | 10011000 | 1100011 | 11100 |
Color Harmonies of #018E4D
Complementary color
Monochromatic Colors of #018E4D
Black with #018E4D
Text Example
Text Example
White with #018E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E4D; }
p { color: rgb(1,142,77); }
H1.HeaderClassName
{
color: #018E4D;
}
.AnyTagClassName
{
color: #018E4D;
}
</style>
background-color css
<style>
a { background-color: #018E4D; }
a { background-color: rgb(1,142,77); }
div.DivClassName
{
background-color: #018E4D;
}
.BgClassName
{
background-color: #018E4D;
}
</style>
border-color css
<style>
span { border-color: #018E4D; }
span { border-color: rgb(1,142,77); }
td.TdClassName
{
border-color: #018E4D;
}
.TagClassName
{
border-color: #018E4D;
}
</style>