Shades of Green #017D00
Tints of Green #017D00
RGB
CMYK
RGB Variations
Color information
#017D00 (or 0x017D00) is known color: Green. HEX triplet: 01, 7D and 00. RGB value is (1,125,0). Sum of RGB (Red+Green+Blue) = 1+125+0=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 125 (49.22% from 255 or 99.21% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 125 - color contains mainly: green. Hex color #017D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017D00 is #FE82FF. Grayscale: #4A4A4A. Windows color (decimal): -16679680 or 32001. OLE color: 32001.
HSL color Cylindrical-coordinate representation of color #017D00: hue angle of 119.52º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017D00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.51 |
| HSL | 119.52º | 1% | 0.25% | - |
| HSV(B) | 119.52º | 1% | 0.49% | - |
| XYZ | 7.35 | 14.67 | 2.45 | - |
| YUV | 73.67 | 86.42 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 0 | 0.99 | 0 | 1 | 0.51 | 119.52 | 1 | 0.25 |
| Hex | 1 | 7D | 0 | 63 | 0 | 64 | 33 | 78 | 64 | 19 |
| Octal | 1 | 175 | 0 | 143 | 0 | 144 | 63 | 170 | 144 | 31 |
| Binary | 1 | 1111101 | 0 | 1100011 | 0 | 1100100 | 110011 | 1111000 | 1100100 | 11001 |
Color Harmonies of #017D00
Complementary color
Monochromatic Colors of #017D00
Black with #017D00
Text Example
Text Example
White with #017D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D00; }
p { color: rgb(1,125,0); }
H1.HeaderClassName
{
color: #017D00;
}
.AnyTagClassName
{
color: #017D00;
}
</style>
background-color css
<style>
a { background-color: #017D00; }
a { background-color: rgb(1,125,0); }
div.DivClassName
{
background-color: #017D00;
}
.BgClassName
{
background-color: #017D00;
}
</style>
border-color css
<style>
span { border-color: #017D00; }
span { border-color: rgb(1,125,0); }
td.TdClassName
{
border-color: #017D00;
}
.TagClassName
{
border-color: #017D00;
}
</style>