Shades of Green #017F17
Tints of Green #017F17
RGB
CMYK
RGB Variations
Color information
#017F17 (or 0x017F17) is known color: Green. HEX triplet: 01, 7F and 17. RGB value is (1,127,23). Sum of RGB (Red+Green+Blue) = 1+127+23=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 127 (50% from 255 or 84.11% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 127 - color contains mainly: green. Hex color #017F17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017F17 is #FE80E8. Grayscale: #4D4D4D. Windows color (decimal): -16679145 or 1539841. OLE color: 1539841.
HSL color Cylindrical-coordinate representation of color #017F17: hue angle of 130.48º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F17 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 127 | 23 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.50 |
| HSL | 130.48º | 0.98% | 0.25% | - |
| HSV(B) | 130.48º | 0.99% | 0.5% | - |
| XYZ | 7.76 | 15.25 | 3.34 | - |
| YUV | 77.47 | 97.26 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 23 | 0.99 | 0 | 0.82 | 0.50 | 130.48 | 0.98 | 0.25 |
| Hex | 1 | 7F | 17 | 63 | 0 | 52 | 32 | 82 | 62 | 19 |
| Octal | 1 | 177 | 27 | 143 | 0 | 122 | 62 | 202 | 142 | 31 |
| Binary | 1 | 1111111 | 10111 | 1100011 | 0 | 1010010 | 110010 | 10000010 | 1100010 | 11001 |
Color Harmonies of #017F17
Complementary color
Monochromatic Colors of #017F17
Black with #017F17
Text Example
Text Example
White with #017F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017F17; }
p { color: rgb(1,127,23); }
H1.HeaderClassName
{
color: #017F17;
}
.AnyTagClassName
{
color: #017F17;
}
</style>
background-color css
<style>
a { background-color: #017F17; }
a { background-color: rgb(1,127,23); }
div.DivClassName
{
background-color: #017F17;
}
.BgClassName
{
background-color: #017F17;
}
</style>
border-color css
<style>
span { border-color: #017F17; }
span { border-color: rgb(1,127,23); }
td.TdClassName
{
border-color: #017F17;
}
.TagClassName
{
border-color: #017F17;
}
</style>