Shades of Green #017E10
Tints of Green #017E10
RGB
CMYK
RGB Variations
Color information
#017E10 (or 0x017E10) is known color: Green. HEX triplet: 01, 7E and 10. RGB value is (1,126,16). Sum of RGB (Red+Green+Blue) = 1+126+16=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 126 (49.61% from 255 or 88.11% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 126 - color contains mainly: green. Hex color #017E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017E10 is #FE81EF. Grayscale: #4C4C4C. Windows color (decimal): -16679408 or 1080833. OLE color: 1080833.
HSL color Cylindrical-coordinate representation of color #017E10: hue angle of 127.2º 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 #017E10 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 126 | 16 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.51 |
| HSL | 127.2º | 0.98% | 0.25% | - |
| HSV(B) | 127.2º | 0.99% | 0.49% | - |
| XYZ | 7.57 | 14.97 | 2.98 | - |
| YUV | 76.09 | 94.09 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 16 | 0.99 | 0 | 0.87 | 0.51 | 127.2 | 0.98 | 0.25 |
| Hex | 1 | 7E | 10 | 63 | 0 | 57 | 33 | 7F | 62 | 19 |
| Octal | 1 | 176 | 20 | 143 | 0 | 127 | 63 | 177 | 142 | 31 |
| Binary | 1 | 1111110 | 10000 | 1100011 | 0 | 1010111 | 110011 | 1111111 | 1100010 | 11001 |
Color Harmonies of #017E10
Complementary color
Monochromatic Colors of #017E10
Black with #017E10
Text Example
Text Example
White with #017E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017E10; }
p { color: rgb(1,126,16); }
H1.HeaderClassName
{
color: #017E10;
}
.AnyTagClassName
{
color: #017E10;
}
</style>
background-color css
<style>
a { background-color: #017E10; }
a { background-color: rgb(1,126,16); }
div.DivClassName
{
background-color: #017E10;
}
.BgClassName
{
background-color: #017E10;
}
</style>
border-color css
<style>
span { border-color: #017E10; }
span { border-color: rgb(1,126,16); }
td.TdClassName
{
border-color: #017E10;
}
.TagClassName
{
border-color: #017E10;
}
</style>