Shades of Green #017C16
Tints of Green #017C16
RGB
CMYK
RGB Variations
Color information
#017C16 (or 0x017C16) is known color: Green. HEX triplet: 01, 7C and 16. RGB value is (1,124,22). Sum of RGB (Red+Green+Blue) = 1+124+22=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 124 (48.83% from 255 or 84.35% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 124 - color contains mainly: green. Hex color #017C16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017C16 is #FE83E9. Grayscale: #4B4B4B. Windows color (decimal): -16679914 or 1473537. OLE color: 1473537.
HSL color Cylindrical-coordinate representation of color #017C16: hue angle of 130.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C16 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 124 | 22 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.51 |
| HSL | 130.24º | 0.98% | 0.25% | - |
| HSV(B) | 130.24º | 0.99% | 0.49% | - |
| XYZ | 7.36 | 14.48 | 3.17 | - |
| YUV | 75.6 | 97.75 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 22 | 0.99 | 0 | 0.82 | 0.51 | 130.24 | 0.98 | 0.25 |
| Hex | 1 | 7C | 16 | 63 | 0 | 52 | 33 | 82 | 62 | 19 |
| Octal | 1 | 174 | 26 | 143 | 0 | 122 | 63 | 202 | 142 | 31 |
| Binary | 1 | 1111100 | 10110 | 1100011 | 0 | 1010010 | 110011 | 10000010 | 1100010 | 11001 |
Color Harmonies of #017C16
Complementary color
Monochromatic Colors of #017C16
Black with #017C16
Text Example
Text Example
White with #017C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C16; }
p { color: rgb(1,124,22); }
H1.HeaderClassName
{
color: #017C16;
}
.AnyTagClassName
{
color: #017C16;
}
</style>
background-color css
<style>
a { background-color: #017C16; }
a { background-color: rgb(1,124,22); }
div.DivClassName
{
background-color: #017C16;
}
.BgClassName
{
background-color: #017C16;
}
</style>
border-color css
<style>
span { border-color: #017C16; }
span { border-color: rgb(1,124,22); }
td.TdClassName
{
border-color: #017C16;
}
.TagClassName
{
border-color: #017C16;
}
</style>