Shades of Green #126E16
Tints of Green #126E16
RGB
CMYK
RGB Variations
Color information
#126E16 (or 0x126E16) is known color: Green. HEX triplet: 12, 6E and 16. RGB value is (18,110,22). Sum of RGB (Red+Green+Blue) = 18+110+22=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 110 (43.36% from 255 or 73.33% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 110 - color contains mainly: green. Hex color #126E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126E16 is #ED91E9. Grayscale: #484848. Windows color (decimal): -15569386 or 1469970. OLE color: 1469970.
HSL color Cylindrical-coordinate representation of color #126E16: hue angle of 122.61º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126E16 is Cyan = 0.84, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 110 | 22 | - |
| CMYK | 0.84 | 0 | 0.8 | 0.57 |
| HSL | 122.61º | 0.72% | 0.25% | - |
| HSV(B) | 122.61º | 0.84% | 0.43% | - |
| XYZ | 5.97 | 11.34 | 2.63 | - |
| YUV | 72.46 | 99.52 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 22 | 0.84 | 0 | 0.8 | 0.57 | 122.61 | 0.72 | 0.25 |
| Hex | 12 | 6E | 16 | 54 | 0 | 50 | 39 | 7B | 48 | 19 |
| Octal | 22 | 156 | 26 | 124 | 0 | 120 | 71 | 173 | 110 | 31 |
| Binary | 10010 | 1101110 | 10110 | 1010100 | 0 | 1010000 | 111001 | 1111011 | 1001000 | 11001 |
Color Harmonies of #126E16
Complementary color
Monochromatic Colors of #126E16
Black with #126E16
Text Example
Text Example
White with #126E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126E16; }
p { color: rgb(18,110,22); }
H1.HeaderClassName
{
color: #126E16;
}
.AnyTagClassName
{
color: #126E16;
}
</style>
background-color css
<style>
a { background-color: #126E16; }
a { background-color: rgb(18,110,22); }
div.DivClassName
{
background-color: #126E16;
}
.BgClassName
{
background-color: #126E16;
}
</style>
border-color css
<style>
span { border-color: #126E16; }
span { border-color: rgb(18,110,22); }
td.TdClassName
{
border-color: #126E16;
}
.TagClassName
{
border-color: #126E16;
}
</style>