Shades of Green #117F12
Tints of Green #117F12
RGB
CMYK
RGB Variations
Color information
#117F12 (or 0x117F12) is known color: Green. HEX triplet: 11, 7F and 12. RGB value is (17,127,18). Sum of RGB (Red+Green+Blue) = 17+127+18=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 127 (50% from 255 or 78.40% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 127 - color contains mainly: green. Hex color #117F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117F12 is #EE80ED. Grayscale: #525252. Windows color (decimal): -15630574 or 1212177. OLE color: 1212177.
HSL color Cylindrical-coordinate representation of color #117F12: hue angle of 120.55º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117F12 is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 127 | 18 | - |
| CMYK | 0.87 | 0 | 0.86 | 0.50 |
| HSL | 120.55º | 0.76% | 0.28% | - |
| HSV(B) | 120.55º | 0.87% | 0.5% | - |
| XYZ | 7.93 | 15.34 | 3.12 | - |
| YUV | 81.68 | 92.06 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 18 | 0.87 | 0 | 0.86 | 0.50 | 120.55 | 0.76 | 0.28 |
| Hex | 11 | 7F | 12 | 57 | 0 | 56 | 32 | 79 | 4C | 1C |
| Octal | 21 | 177 | 22 | 127 | 0 | 126 | 62 | 171 | 114 | 34 |
| Binary | 10001 | 1111111 | 10010 | 1010111 | 0 | 1010110 | 110010 | 1111001 | 1001100 | 11100 |
Color Harmonies of #117F12
Complementary color
Monochromatic Colors of #117F12
Black with #117F12
Text Example
Text Example
White with #117F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117F12; }
p { color: rgb(17,127,18); }
H1.HeaderClassName
{
color: #117F12;
}
.AnyTagClassName
{
color: #117F12;
}
</style>
background-color css
<style>
a { background-color: #117F12; }
a { background-color: rgb(17,127,18); }
div.DivClassName
{
background-color: #117F12;
}
.BgClassName
{
background-color: #117F12;
}
</style>
border-color css
<style>
span { border-color: #117F12; }
span { border-color: rgb(17,127,18); }
td.TdClassName
{
border-color: #117F12;
}
.TagClassName
{
border-color: #117F12;
}
</style>