Shades of Green #017E20
Tints of Green #017E20
RGB
CMYK
RGB Variations
Color information
#017E20 (or 0x017E20) is known color: Green. HEX triplet: 01, 7E and 20. RGB value is (1,126,32). Sum of RGB (Red+Green+Blue) = 1+126+32=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 126 (49.61% from 255 or 79.25% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 126 - color contains mainly: green. Hex color #017E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017E20 is #FE81DF. Grayscale: #4E4E4E. Windows color (decimal): -16679392 or 2129409. OLE color: 2129409.
HSL color Cylindrical-coordinate representation of color #017E20: hue angle of 134.88º 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 #017E20 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 126 | 32 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.51 |
| HSL | 134.88º | 0.98% | 0.25% | - |
| HSV(B) | 134.88º | 0.99% | 0.49% | - |
| XYZ | 7.73 | 15.03 | 3.86 | - |
| YUV | 77.91 | 102.09 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 32 | 0.99 | 0 | 0.75 | 0.51 | 134.88 | 0.98 | 0.25 |
| Hex | 1 | 7E | 20 | 63 | 0 | 4B | 33 | 87 | 62 | 19 |
| Octal | 1 | 176 | 40 | 143 | 0 | 113 | 63 | 207 | 142 | 31 |
| Binary | 1 | 1111110 | 100000 | 1100011 | 0 | 1001011 | 110011 | 10000111 | 1100010 | 11001 |
Color Harmonies of #017E20
Complementary color
Monochromatic Colors of #017E20
Black with #017E20
Text Example
Text Example
White with #017E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017E20; }
p { color: rgb(1,126,32); }
H1.HeaderClassName
{
color: #017E20;
}
.AnyTagClassName
{
color: #017E20;
}
</style>
background-color css
<style>
a { background-color: #017E20; }
a { background-color: rgb(1,126,32); }
div.DivClassName
{
background-color: #017E20;
}
.BgClassName
{
background-color: #017E20;
}
</style>
border-color css
<style>
span { border-color: #017E20; }
span { border-color: rgb(1,126,32); }
td.TdClassName
{
border-color: #017E20;
}
.TagClassName
{
border-color: #017E20;
}
</style>