Shades of Green #018016
Tints of Green #018016
RGB
CMYK
RGB Variations
Color information
#018016 (or 0x018016) is known color: Green. HEX triplet: 01, 80 and 16. RGB value is (1,128,22). Sum of RGB (Red+Green+Blue) = 1+128+22=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 128 (50.39% from 255 or 84.77% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 128 - color contains mainly: green. Hex color #018016 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018016 is #FE7FE9. Grayscale: #4E4E4E. Windows color (decimal): -16678890 or 1474561. OLE color: 1474561.
HSL color Cylindrical-coordinate representation of color #018016: hue angle of 129.92º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018016 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 22 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.50 |
| HSL | 129.92º | 0.98% | 0.25% | - |
| HSV(B) | 129.92º | 0.99% | 0.5% | - |
| XYZ | 7.88 | 15.5 | 3.34 | - |
| YUV | 77.94 | 96.42 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 22 | 0.99 | 0 | 0.83 | 0.50 | 129.92 | 0.98 | 0.25 |
| Hex | 1 | 80 | 16 | 63 | 0 | 53 | 32 | 82 | 62 | 19 |
| Octal | 1 | 200 | 26 | 143 | 0 | 123 | 62 | 202 | 142 | 31 |
| Binary | 1 | 10000000 | 10110 | 1100011 | 0 | 1010011 | 110010 | 10000010 | 1100010 | 11001 |
Color Harmonies of #018016
Complementary color
Monochromatic Colors of #018016
Black with #018016
Text Example
Text Example
White with #018016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018016; }
p { color: rgb(1,128,22); }
H1.HeaderClassName
{
color: #018016;
}
.AnyTagClassName
{
color: #018016;
}
</style>
background-color css
<style>
a { background-color: #018016; }
a { background-color: rgb(1,128,22); }
div.DivClassName
{
background-color: #018016;
}
.BgClassName
{
background-color: #018016;
}
</style>
border-color css
<style>
span { border-color: #018016; }
span { border-color: rgb(1,128,22); }
td.TdClassName
{
border-color: #018016;
}
.TagClassName
{
border-color: #018016;
}
</style>