Shades of Green #127E11
Tints of Green #127E11
RGB
CMYK
RGB Variations
Color information
#127E11 (or 0x127E11) is known color: Green. HEX triplet: 12, 7E and 11. RGB value is (18,126,17). Sum of RGB (Red+Green+Blue) = 18+126+17=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 126 (49.61% from 255 or 78.26% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 126 - color contains mainly: green. Hex color #127E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127E11 is #ED81EE. Grayscale: #515151. Windows color (decimal): -15565295 or 1146386. OLE color: 1146386.
HSL color Cylindrical-coordinate representation of color #127E11: hue angle of 119.45º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127E11 is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 126 | 17 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.51 |
| HSL | 119.45º | 0.76% | 0.28% | - |
| HSV(B) | 119.45º | 0.87% | 0.49% | - |
| XYZ | 7.81 | 15.09 | 3.03 | - |
| YUV | 81.28 | 91.72 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 17 | 0.86 | 0 | 0.87 | 0.51 | 119.45 | 0.76 | 0.28 |
| Hex | 12 | 7E | 11 | 56 | 0 | 57 | 33 | 77 | 4C | 1C |
| Octal | 22 | 176 | 21 | 126 | 0 | 127 | 63 | 167 | 114 | 34 |
| Binary | 10010 | 1111110 | 10001 | 1010110 | 0 | 1010111 | 110011 | 1110111 | 1001100 | 11100 |
Color Harmonies of #127E11
Complementary color
Monochromatic Colors of #127E11
Black with #127E11
Text Example
Text Example
White with #127E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E11; }
p { color: rgb(18,126,17); }
H1.HeaderClassName
{
color: #127E11;
}
.AnyTagClassName
{
color: #127E11;
}
</style>
background-color css
<style>
a { background-color: #127E11; }
a { background-color: rgb(18,126,17); }
div.DivClassName
{
background-color: #127E11;
}
.BgClassName
{
background-color: #127E11;
}
</style>
border-color css
<style>
span { border-color: #127E11; }
span { border-color: rgb(18,126,17); }
td.TdClassName
{
border-color: #127E11;
}
.TagClassName
{
border-color: #127E11;
}
</style>