Shades of Green #126512
Tints of Green #126512
RGB
CMYK
RGB Variations
Color information
#126512 (or 0x126512) is known color: Green. HEX triplet: 12, 65 and 12. RGB value is (18,101,18). Sum of RGB (Red+Green+Blue) = 18+101+18=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 101 (39.84% from 255 or 73.72% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 101 - color contains mainly: green. Hex color #126512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126512 is #ED9AED. Grayscale: #424242. Windows color (decimal): -15571694 or 1205522. OLE color: 1205522.
HSL color Cylindrical-coordinate representation of color #126512: hue angle of 120º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126512 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 101 | 18 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.60 |
| HSL | 120º | 0.7% | 0.23% | - |
| HSV(B) | 120º | 0.82% | 0.4% | - |
| XYZ | 5.01 | 9.48 | 2.14 | - |
| YUV | 66.72 | 100.5 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 18 | 0.82 | 0 | 0.82 | 0.60 | 120 | 0.7 | 0.23 |
| Hex | 12 | 65 | 12 | 52 | 0 | 52 | 3C | 78 | 46 | 17 |
| Octal | 22 | 145 | 22 | 122 | 0 | 122 | 74 | 170 | 106 | 27 |
| Binary | 10010 | 1100101 | 10010 | 1010010 | 0 | 1010010 | 111100 | 1111000 | 1000110 | 10111 |
Color Harmonies of #126512
Complementary color
Monochromatic Colors of #126512
Black with #126512
Text Example
Text Example
White with #126512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126512; }
p { color: rgb(18,101,18); }
H1.HeaderClassName
{
color: #126512;
}
.AnyTagClassName
{
color: #126512;
}
</style>
background-color css
<style>
a { background-color: #126512; }
a { background-color: rgb(18,101,18); }
div.DivClassName
{
background-color: #126512;
}
.BgClassName
{
background-color: #126512;
}
</style>
border-color css
<style>
span { border-color: #126512; }
span { border-color: rgb(18,101,18); }
td.TdClassName
{
border-color: #126512;
}
.TagClassName
{
border-color: #126512;
}
</style>