Shades of Green #126000
Tints of Green #126000
RGB
CMYK
RGB Variations
Color information
#126000 (or 0x126000) is known color: Green. HEX triplet: 12, 60 and 00. RGB value is (18,96,0). Sum of RGB (Red+Green+Blue) = 18+96+0=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 96 (37.89% from 255 or 84.21% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 96 - color contains mainly: green. Hex color #126000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126000 is #ED9FFF. Grayscale: #3E3E3E. Windows color (decimal): -15572992 or 24594. OLE color: 24594.
HSL color Cylindrical-coordinate representation of color #126000: hue angle of 108.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #126000 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 96 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.62 |
| HSL | 108.75º | 1% | 0.19% | - |
| HSV(B) | 108.75º | 1% | 0.38% | - |
| XYZ | 4.43 | 8.49 | 1.41 | - |
| YUV | 61.73 | 93.16 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 96 | 0 | 0.81 | 0 | 1 | 0.62 | 108.75 | 1 | 0.19 |
| Hex | 12 | 60 | 0 | 51 | 0 | 64 | 3E | 6D | 64 | 13 |
| Octal | 22 | 140 | 0 | 121 | 0 | 144 | 76 | 155 | 144 | 23 |
| Binary | 10010 | 1100000 | 0 | 1010001 | 0 | 1100100 | 111110 | 1101101 | 1100100 | 10011 |
Color Harmonies of #126000
Complementary color
Monochromatic Colors of #126000
Black with #126000
Text Example
Text Example
White with #126000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126000; }
p { color: rgb(18,96,0); }
H1.HeaderClassName
{
color: #126000;
}
.AnyTagClassName
{
color: #126000;
}
</style>
background-color css
<style>
a { background-color: #126000; }
a { background-color: rgb(18,96,0); }
div.DivClassName
{
background-color: #126000;
}
.BgClassName
{
background-color: #126000;
}
</style>
border-color css
<style>
span { border-color: #126000; }
span { border-color: rgb(18,96,0); }
td.TdClassName
{
border-color: #126000;
}
.TagClassName
{
border-color: #126000;
}
</style>