Shades of Green #017D11
Tints of Green #017D11
RGB
CMYK
RGB Variations
Color information
#017D11 (or 0x017D11) is known color: Green. HEX triplet: 01, 7D and 11. RGB value is (1,125,17). Sum of RGB (Red+Green+Blue) = 1+125+17=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 125 (49.22% from 255 or 87.41% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 125 - color contains mainly: green. Hex color #017D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017D11 is #FE82EE. Grayscale: #4B4B4B. Windows color (decimal): -16679663 or 1146113. OLE color: 1146113.
HSL color Cylindrical-coordinate representation of color #017D11: hue angle of 127.74º 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 #017D11 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 17 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.51 |
| HSL | 127.74º | 0.98% | 0.25% | - |
| HSV(B) | 127.74º | 0.99% | 0.49% | - |
| XYZ | 7.45 | 14.71 | 2.98 | - |
| YUV | 75.61 | 94.92 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 17 | 0.99 | 0 | 0.86 | 0.51 | 127.74 | 0.98 | 0.25 |
| Hex | 1 | 7D | 11 | 63 | 0 | 56 | 33 | 80 | 62 | 19 |
| Octal | 1 | 175 | 21 | 143 | 0 | 126 | 63 | 200 | 142 | 31 |
| Binary | 1 | 1111101 | 10001 | 1100011 | 0 | 1010110 | 110011 | 10000000 | 1100010 | 11001 |
Color Harmonies of #017D11
Complementary color
Monochromatic Colors of #017D11
Black with #017D11
Text Example
Text Example
White with #017D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D11; }
p { color: rgb(1,125,17); }
H1.HeaderClassName
{
color: #017D11;
}
.AnyTagClassName
{
color: #017D11;
}
</style>
background-color css
<style>
a { background-color: #017D11; }
a { background-color: rgb(1,125,17); }
div.DivClassName
{
background-color: #017D11;
}
.BgClassName
{
background-color: #017D11;
}
</style>
border-color css
<style>
span { border-color: #017D11; }
span { border-color: rgb(1,125,17); }
td.TdClassName
{
border-color: #017D11;
}
.TagClassName
{
border-color: #017D11;
}
</style>