Shades of Green #017C04
Tints of Green #017C04
RGB
CMYK
RGB Variations
Color information
#017C04 (or 0x017C04) is known color: Green. HEX triplet: 01, 7C and 04. RGB value is (1,124,4). Sum of RGB (Red+Green+Blue) = 1+124+4=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 124 (48.83% from 255 or 96.12% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 124 - color contains mainly: green. Hex color #017C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017C04 is #FE83FB. Grayscale: #494949. Windows color (decimal): -16679932 or 293889. OLE color: 293889.
HSL color Cylindrical-coordinate representation of color #017C04: hue angle of 121.46º 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 #017C04 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 124 | 4 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.51 |
| HSL | 121.46º | 0.98% | 0.25% | - |
| HSV(B) | 121.46º | 0.99% | 0.49% | - |
| XYZ | 7.24 | 14.43 | 2.52 | - |
| YUV | 73.54 | 88.75 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 4 | 0.99 | 0 | 0.97 | 0.51 | 121.46 | 0.98 | 0.25 |
| Hex | 1 | 7C | 4 | 63 | 0 | 61 | 33 | 79 | 62 | 19 |
| Octal | 1 | 174 | 4 | 143 | 0 | 141 | 63 | 171 | 142 | 31 |
| Binary | 1 | 1111100 | 100 | 1100011 | 0 | 1100001 | 110011 | 1111001 | 1100010 | 11001 |
Color Harmonies of #017C04
Complementary color
Monochromatic Colors of #017C04
Black with #017C04
Text Example
Text Example
White with #017C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C04; }
p { color: rgb(1,124,4); }
H1.HeaderClassName
{
color: #017C04;
}
.AnyTagClassName
{
color: #017C04;
}
</style>
background-color css
<style>
a { background-color: #017C04; }
a { background-color: rgb(1,124,4); }
div.DivClassName
{
background-color: #017C04;
}
.BgClassName
{
background-color: #017C04;
}
</style>
border-color css
<style>
span { border-color: #017C04; }
span { border-color: rgb(1,124,4); }
td.TdClassName
{
border-color: #017C04;
}
.TagClassName
{
border-color: #017C04;
}
</style>