Shades of Green #018111
Tints of Green #018111
RGB
CMYK
RGB Variations
Color information
#018111 (or 0x018111) is known color: Green. HEX triplet: 01, 81 and 11. RGB value is (1,129,17). Sum of RGB (Red+Green+Blue) = 1+129+17=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 129 (50.78% from 255 or 87.76% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 129 - color contains mainly: green. Hex color #018111 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018111 is #FE7EEE. Grayscale: #4E4E4E. Windows color (decimal): -16678639 or 1147137. OLE color: 1147137.
HSL color Cylindrical-coordinate representation of color #018111: hue angle of 127.5º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018111 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 17 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.49 |
| HSL | 127.5º | 0.98% | 0.25% | - |
| HSV(B) | 127.5º | 0.99% | 0.51% | - |
| XYZ | 7.96 | 15.75 | 3.15 | - |
| YUV | 77.96 | 93.59 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 17 | 0.99 | 0 | 0.87 | 0.49 | 127.5 | 0.98 | 0.25 |
| Hex | 1 | 81 | 11 | 63 | 0 | 57 | 31 | 80 | 62 | 19 |
| Octal | 1 | 201 | 21 | 143 | 0 | 127 | 61 | 200 | 142 | 31 |
| Binary | 1 | 10000001 | 10001 | 1100011 | 0 | 1010111 | 110001 | 10000000 | 1100010 | 11001 |
Color Harmonies of #018111
Complementary color
Monochromatic Colors of #018111
Black with #018111
Text Example
Text Example
White with #018111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018111; }
p { color: rgb(1,129,17); }
H1.HeaderClassName
{
color: #018111;
}
.AnyTagClassName
{
color: #018111;
}
</style>
background-color css
<style>
a { background-color: #018111; }
a { background-color: rgb(1,129,17); }
div.DivClassName
{
background-color: #018111;
}
.BgClassName
{
background-color: #018111;
}
</style>
border-color css
<style>
span { border-color: #018111; }
span { border-color: rgb(1,129,17); }
td.TdClassName
{
border-color: #018111;
}
.TagClassName
{
border-color: #018111;
}
</style>