Shades of Green #126F16
Tints of Green #126F16
RGB
CMYK
RGB Variations
Color information
#126F16 (or 0x126F16) is known color: Green. HEX triplet: 12, 6F and 16. RGB value is (18,111,22). Sum of RGB (Red+Green+Blue) = 18+111+22=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 111 (43.75% from 255 or 73.51% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 111 - color contains mainly: green. Hex color #126F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126F16 is #ED90E9. Grayscale: #494949. Windows color (decimal): -15569130 or 1470226. OLE color: 1470226.
HSL color Cylindrical-coordinate representation of color #126F16: hue angle of 122.58º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126F16 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 111 | 22 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.56 |
| HSL | 122.58º | 0.72% | 0.25% | - |
| HSV(B) | 122.58º | 0.84% | 0.44% | - |
| XYZ | 6.08 | 11.56 | 2.67 | - |
| YUV | 73.05 | 99.19 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 111 | 22 | 0.84 | 0 | 0.80 | 0.56 | 122.58 | 0.72 | 0.25 |
| Hex | 12 | 6F | 16 | 54 | 0 | 50 | 38 | 7B | 48 | 19 |
| Octal | 22 | 157 | 26 | 124 | 0 | 120 | 70 | 173 | 110 | 31 |
| Binary | 10010 | 1101111 | 10110 | 1010100 | 0 | 1010000 | 111000 | 1111011 | 1001000 | 11001 |
Color Harmonies of #126F16
Complementary color
Monochromatic Colors of #126F16
Black with #126F16
Text Example
Text Example
White with #126F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126F16; }
p { color: rgb(18,111,22); }
H1.HeaderClassName
{
color: #126F16;
}
.AnyTagClassName
{
color: #126F16;
}
</style>
background-color css
<style>
a { background-color: #126F16; }
a { background-color: rgb(18,111,22); }
div.DivClassName
{
background-color: #126F16;
}
.BgClassName
{
background-color: #126F16;
}
</style>
border-color css
<style>
span { border-color: #126F16; }
span { border-color: rgb(18,111,22); }
td.TdClassName
{
border-color: #126F16;
}
.TagClassName
{
border-color: #126F16;
}
</style>