Shades of Green #126915
Tints of Green #126915
RGB
CMYK
RGB Variations
Color information
#126915 (or 0x126915) is known color: Green. HEX triplet: 12, 69 and 15. RGB value is (18,105,21). Sum of RGB (Red+Green+Blue) = 18+105+21=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 105 (41.41% from 255 or 72.92% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 105 - color contains mainly: green. Hex color #126915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126915 is #ED96EA. Grayscale: #454545. Windows color (decimal): -15570667 or 1403154. OLE color: 1403154.
HSL color Cylindrical-coordinate representation of color #126915: hue angle of 122.07º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126915 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 105 | 21 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.59 |
| HSL | 122.07º | 0.71% | 0.24% | - |
| HSV(B) | 122.07º | 0.83% | 0.41% | - |
| XYZ | 5.44 | 10.29 | 2.41 | - |
| YUV | 69.41 | 100.68 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 105 | 21 | 0.83 | 0 | 0.80 | 0.59 | 122.07 | 0.71 | 0.24 |
| Hex | 12 | 69 | 15 | 53 | 0 | 50 | 3B | 7A | 47 | 18 |
| Octal | 22 | 151 | 25 | 123 | 0 | 120 | 73 | 172 | 107 | 30 |
| Binary | 10010 | 1101001 | 10101 | 1010011 | 0 | 1010000 | 111011 | 1111010 | 1000111 | 11000 |
Color Harmonies of #126915
Complementary color
Monochromatic Colors of #126915
Black with #126915
Text Example
Text Example
White with #126915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126915; }
p { color: rgb(18,105,21); }
H1.HeaderClassName
{
color: #126915;
}
.AnyTagClassName
{
color: #126915;
}
</style>
background-color css
<style>
a { background-color: #126915; }
a { background-color: rgb(18,105,21); }
div.DivClassName
{
background-color: #126915;
}
.BgClassName
{
background-color: #126915;
}
</style>
border-color css
<style>
span { border-color: #126915; }
span { border-color: rgb(18,105,21); }
td.TdClassName
{
border-color: #126915;
}
.TagClassName
{
border-color: #126915;
}
</style>