Shades of Pigment Green #018D4E
Tints of Pigment Green #018D4E
RGB
CMYK
RGB Variations
Color information
#018D4E (or 0x018D4E) is known color: Pigment Green. HEX triplet: 01, 8D and 4E. RGB value is (1,141,78). Sum of RGB (Red+Green+Blue) = 1+141+78=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 141 (55.47% from 255 or 64.09% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 141 - color contains mainly: green. Hex color #018D4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018D4E is #FE72B1. Grayscale: #5C5C5C. Windows color (decimal): -16675506 or 5147905. OLE color: 5147905.
HSL color Cylindrical-coordinate representation of color #018D4E: hue angle of 153º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D4E is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 78 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.45 |
| HSL | 153º | 0.99% | 0.28% | - |
| HSV(B) | 153º | 0.99% | 0.55% | - |
| XYZ | 10.91 | 19.61 | 10.42 | - |
| YUV | 91.96 | 120.12 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 78 | 0.99 | 0 | 0.45 | 0.45 | 153 | 0.99 | 0.28 |
| Hex | 1 | 8D | 4E | 63 | 0 | 2D | 2D | 99 | 63 | 1C |
| Octal | 1 | 215 | 116 | 143 | 0 | 55 | 55 | 231 | 143 | 34 |
| Binary | 1 | 10001101 | 1001110 | 1100011 | 0 | 101101 | 101101 | 10011001 | 1100011 | 11100 |
Color Harmonies of #018D4E
Complementary color
Monochromatic Colors of #018D4E
Black with #018D4E
Text Example
Text Example
White with #018D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D4E; }
p { color: rgb(1,141,78); }
H1.HeaderClassName
{
color: #018D4E;
}
.AnyTagClassName
{
color: #018D4E;
}
</style>
background-color css
<style>
a { background-color: #018D4E; }
a { background-color: rgb(1,141,78); }
div.DivClassName
{
background-color: #018D4E;
}
.BgClassName
{
background-color: #018D4E;
}
</style>
border-color css
<style>
span { border-color: #018D4E; }
span { border-color: rgb(1,141,78); }
td.TdClassName
{
border-color: #018D4E;
}
.TagClassName
{
border-color: #018D4E;
}
</style>