Shades of Green #017C11
Tints of Green #017C11
RGB
CMYK
RGB Variations
Color information
#017C11 (or 0x017C11) is known color: Green. HEX triplet: 01, 7C and 11. RGB value is (1,124,17). Sum of RGB (Red+Green+Blue) = 1+124+17=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 124 (48.83% from 255 or 87.32% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 124 - color contains mainly: green. Hex color #017C11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017C11 is #FE83EE. Grayscale: #4B4B4B. Windows color (decimal): -16679919 or 1145857. OLE color: 1145857.
HSL color Cylindrical-coordinate representation of color #017C11: hue angle of 127.8º 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 #017C11 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 124 | 17 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.51 |
| HSL | 127.8º | 0.98% | 0.25% | - |
| HSV(B) | 127.8º | 0.99% | 0.49% | - |
| XYZ | 7.32 | 14.46 | 2.94 | - |
| YUV | 75.03 | 95.25 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 17 | 0.99 | 0 | 0.86 | 0.51 | 127.8 | 0.98 | 0.25 |
| Hex | 1 | 7C | 11 | 63 | 0 | 56 | 33 | 80 | 62 | 19 |
| Octal | 1 | 174 | 21 | 143 | 0 | 126 | 63 | 200 | 142 | 31 |
| Binary | 1 | 1111100 | 10001 | 1100011 | 0 | 1010110 | 110011 | 10000000 | 1100010 | 11001 |
Color Harmonies of #017C11
Complementary color
Monochromatic Colors of #017C11
Black with #017C11
Text Example
Text Example
White with #017C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C11; }
p { color: rgb(1,124,17); }
H1.HeaderClassName
{
color: #017C11;
}
.AnyTagClassName
{
color: #017C11;
}
</style>
background-color css
<style>
a { background-color: #017C11; }
a { background-color: rgb(1,124,17); }
div.DivClassName
{
background-color: #017C11;
}
.BgClassName
{
background-color: #017C11;
}
</style>
border-color css
<style>
span { border-color: #017C11; }
span { border-color: rgb(1,124,17); }
td.TdClassName
{
border-color: #017C11;
}
.TagClassName
{
border-color: #017C11;
}
</style>