Shades of Green #017F16
Tints of Green #017F16
RGB
CMYK
RGB Variations
Color information
#017F16 (or 0x017F16) is known color: Green. HEX triplet: 01, 7F and 16. RGB value is (1,127,22). Sum of RGB (Red+Green+Blue) = 1+127+22=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 127 (50% from 255 or 84.67% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 127 - color contains mainly: green. Hex color #017F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017F16 is #FE80E9. Grayscale: #4D4D4D. Windows color (decimal): -16679146 or 1474305. OLE color: 1474305.
HSL color Cylindrical-coordinate representation of color #017F16: hue angle of 130º 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 #017F16 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 127 | 22 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.50 |
| HSL | 130º | 0.98% | 0.25% | - |
| HSV(B) | 130º | 0.99% | 0.5% | - |
| XYZ | 7.75 | 15.24 | 3.29 | - |
| YUV | 77.36 | 96.76 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 22 | 0.99 | 0 | 0.83 | 0.50 | 130 | 0.98 | 0.25 |
| Hex | 1 | 7F | 16 | 63 | 0 | 53 | 32 | 82 | 62 | 19 |
| Octal | 1 | 177 | 26 | 143 | 0 | 123 | 62 | 202 | 142 | 31 |
| Binary | 1 | 1111111 | 10110 | 1100011 | 0 | 1010011 | 110010 | 10000010 | 1100010 | 11001 |
Color Harmonies of #017F16
Complementary color
Monochromatic Colors of #017F16
Black with #017F16
Text Example
Text Example
White with #017F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017F16; }
p { color: rgb(1,127,22); }
H1.HeaderClassName
{
color: #017F16;
}
.AnyTagClassName
{
color: #017F16;
}
</style>
background-color css
<style>
a { background-color: #017F16; }
a { background-color: rgb(1,127,22); }
div.DivClassName
{
background-color: #017F16;
}
.BgClassName
{
background-color: #017F16;
}
</style>
border-color css
<style>
span { border-color: #017F16; }
span { border-color: rgb(1,127,22); }
td.TdClassName
{
border-color: #017F16;
}
.TagClassName
{
border-color: #017F16;
}
</style>