Shades of Green #017E04
Tints of Green #017E04
RGB
CMYK
RGB Variations
Color information
#017E04 (or 0x017E04) is known color: Green. HEX triplet: 01, 7E and 04. RGB value is (1,126,4). Sum of RGB (Red+Green+Blue) = 1+126+4=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 126 (49.61% from 255 or 96.18% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 126 - color contains mainly: green. Hex color #017E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017E04 is #FE81FB. Grayscale: #4B4B4B. Windows color (decimal): -16679420 or 294401. OLE color: 294401.
HSL color Cylindrical-coordinate representation of color #017E04: hue angle of 121.44º 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 #017E04 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 126 | 4 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.51 |
| HSL | 121.44º | 0.98% | 0.25% | - |
| HSV(B) | 121.44º | 0.99% | 0.49% | - |
| XYZ | 7.5 | 14.94 | 2.6 | - |
| YUV | 74.72 | 88.09 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 4 | 0.99 | 0 | 0.97 | 0.51 | 121.44 | 0.98 | 0.25 |
| Hex | 1 | 7E | 4 | 63 | 0 | 61 | 33 | 79 | 62 | 19 |
| Octal | 1 | 176 | 4 | 143 | 0 | 141 | 63 | 171 | 142 | 31 |
| Binary | 1 | 1111110 | 100 | 1100011 | 0 | 1100001 | 110011 | 1111001 | 1100010 | 11001 |
Color Harmonies of #017E04
Complementary color
Monochromatic Colors of #017E04
Black with #017E04
Text Example
Text Example
White with #017E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017E04; }
p { color: rgb(1,126,4); }
H1.HeaderClassName
{
color: #017E04;
}
.AnyTagClassName
{
color: #017E04;
}
</style>
background-color css
<style>
a { background-color: #017E04; }
a { background-color: rgb(1,126,4); }
div.DivClassName
{
background-color: #017E04;
}
.BgClassName
{
background-color: #017E04;
}
</style>
border-color css
<style>
span { border-color: #017E04; }
span { border-color: rgb(1,126,4); }
td.TdClassName
{
border-color: #017E04;
}
.TagClassName
{
border-color: #017E04;
}
</style>