Shades of Pigment Green #018E4E
Tints of Pigment Green #018E4E
RGB
CMYK
RGB Variations
Color information
#018E4E (or 0x018E4E) is known color: Pigment Green. HEX triplet: 01, 8E and 4E. RGB value is (1,142,78). Sum of RGB (Red+Green+Blue) = 1+142+78=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 142 (55.86% from 255 or 64.25% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 142 - color contains mainly: green. Hex color #018E4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E4E is #FE71B1. Grayscale: #5C5C5C. Windows color (decimal): -16675250 or 5148161. OLE color: 5148161.
HSL color Cylindrical-coordinate representation of color #018E4E: hue angle of 152.77º 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 #018E4E is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 78 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.44 |
| HSL | 152.77º | 0.99% | 0.28% | - |
| HSV(B) | 152.77º | 0.99% | 0.56% | - |
| XYZ | 11.06 | 19.9 | 10.47 | - |
| YUV | 92.55 | 119.79 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 78 | 0.99 | 0 | 0.45 | 0.44 | 152.77 | 0.99 | 0.28 |
| Hex | 1 | 8E | 4E | 63 | 0 | 2D | 2C | 99 | 63 | 1C |
| Octal | 1 | 216 | 116 | 143 | 0 | 55 | 54 | 231 | 143 | 34 |
| Binary | 1 | 10001110 | 1001110 | 1100011 | 0 | 101101 | 101100 | 10011001 | 1100011 | 11100 |
Color Harmonies of #018E4E
Complementary color
Monochromatic Colors of #018E4E
Black with #018E4E
Text Example
Text Example
White with #018E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E4E; }
p { color: rgb(1,142,78); }
H1.HeaderClassName
{
color: #018E4E;
}
.AnyTagClassName
{
color: #018E4E;
}
</style>
background-color css
<style>
a { background-color: #018E4E; }
a { background-color: rgb(1,142,78); }
div.DivClassName
{
background-color: #018E4E;
}
.BgClassName
{
background-color: #018E4E;
}
</style>
border-color css
<style>
span { border-color: #018E4E; }
span { border-color: rgb(1,142,78); }
td.TdClassName
{
border-color: #018E4E;
}
.TagClassName
{
border-color: #018E4E;
}
</style>