Shades of Green #016B18
Tints of Green #016B18
RGB
CMYK
RGB Variations
Color information
#016B18 (or 0x016B18) is known color: Green. HEX triplet: 01, 6B and 18. RGB value is (1,107,24). Sum of RGB (Red+Green+Blue) = 1+107+24=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 107 (42.19% from 255 or 81.06% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 107 - color contains mainly: green. Hex color #016B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016B18 is #FE94E7. Grayscale: #424242. Windows color (decimal): -16684264 or 1600257. OLE color: 1600257.
HSL color Cylindrical-coordinate representation of color #016B18: hue angle of 133.02º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B18 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 107 | 24 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.58 |
| HSL | 133.02º | 0.98% | 0.21% | - |
| HSV(B) | 133.02º | 0.99% | 0.42% | - |
| XYZ | 5.44 | 10.59 | 2.62 | - |
| YUV | 65.84 | 104.38 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 24 | 0.99 | 0 | 0.78 | 0.58 | 133.02 | 0.98 | 0.21 |
| Hex | 1 | 6B | 18 | 63 | 0 | 4E | 3A | 85 | 62 | 15 |
| Octal | 1 | 153 | 30 | 143 | 0 | 116 | 72 | 205 | 142 | 25 |
| Binary | 1 | 1101011 | 11000 | 1100011 | 0 | 1001110 | 111010 | 10000101 | 1100010 | 10101 |
Color Harmonies of #016B18
Complementary color
Monochromatic Colors of #016B18
Black with #016B18
Text Example
Text Example
White with #016B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B18; }
p { color: rgb(1,107,24); }
H1.HeaderClassName
{
color: #016B18;
}
.AnyTagClassName
{
color: #016B18;
}
</style>
background-color css
<style>
a { background-color: #016B18; }
a { background-color: rgb(1,107,24); }
div.DivClassName
{
background-color: #016B18;
}
.BgClassName
{
background-color: #016B18;
}
</style>
border-color css
<style>
span { border-color: #016B18; }
span { border-color: rgb(1,107,24); }
td.TdClassName
{
border-color: #016B18;
}
.TagClassName
{
border-color: #016B18;
}
</style>