Shades of Green #017C10
Tints of Green #017C10
RGB
CMYK
RGB Variations
Color information
#017C10 (or 0x017C10) is known color: Green. HEX triplet: 01, 7C and 10. RGB value is (1,124,16). Sum of RGB (Red+Green+Blue) = 1+124+16=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 124 (48.83% from 255 or 87.94% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 124 - color contains mainly: green. Hex color #017C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017C10 is #FE83EF. Grayscale: #4B4B4B. Windows color (decimal): -16679920 or 1080321. OLE color: 1080321.
HSL color Cylindrical-coordinate representation of color #017C10: hue angle of 127.32º 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 #017C10 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 124 | 16 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.51 |
| HSL | 127.32º | 0.98% | 0.25% | - |
| HSV(B) | 127.32º | 0.99% | 0.49% | - |
| XYZ | 7.31 | 14.46 | 2.9 | - |
| YUV | 74.91 | 94.75 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 16 | 0.99 | 0 | 0.87 | 0.51 | 127.32 | 0.98 | 0.25 |
| Hex | 1 | 7C | 10 | 63 | 0 | 57 | 33 | 7F | 62 | 19 |
| Octal | 1 | 174 | 20 | 143 | 0 | 127 | 63 | 177 | 142 | 31 |
| Binary | 1 | 1111100 | 10000 | 1100011 | 0 | 1010111 | 110011 | 1111111 | 1100010 | 11001 |
Color Harmonies of #017C10
Complementary color
Monochromatic Colors of #017C10
Black with #017C10
Text Example
Text Example
White with #017C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C10; }
p { color: rgb(1,124,16); }
H1.HeaderClassName
{
color: #017C10;
}
.AnyTagClassName
{
color: #017C10;
}
</style>
background-color css
<style>
a { background-color: #017C10; }
a { background-color: rgb(1,124,16); }
div.DivClassName
{
background-color: #017C10;
}
.BgClassName
{
background-color: #017C10;
}
</style>
border-color css
<style>
span { border-color: #017C10; }
span { border-color: rgb(1,124,16); }
td.TdClassName
{
border-color: #017C10;
}
.TagClassName
{
border-color: #017C10;
}
</style>