Shades of Green #12660E
Tints of Green #12660E
RGB
CMYK
RGB Variations
Color information
#12660E (or 0x12660E) is known color: Green. HEX triplet: 12, 66 and 0E. RGB value is (18,102,14). Sum of RGB (Red+Green+Blue) = 18+102+14=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 102 (40.23% from 255 or 76.12% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 102 - color contains mainly: green. Hex color #12660E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12660E is #ED99F1. Grayscale: #434343. Windows color (decimal): -15571442 or 943634. OLE color: 943634.
HSL color Cylindrical-coordinate representation of color #12660E: hue angle of 117.27º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12660E is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 102 | 14 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.6 |
| HSL | 117.27º | 0.76% | 0.23% | - |
| HSV(B) | 117.27º | 0.86% | 0.4% | - |
| XYZ | 5.08 | 9.66 | 2.01 | - |
| YUV | 66.85 | 98.17 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 14 | 0.82 | 0 | 0.86 | 0.6 | 117.27 | 0.76 | 0.23 |
| Hex | 12 | 66 | E | 52 | 0 | 56 | 3C | 75 | 4C | 17 |
| Octal | 22 | 146 | 16 | 122 | 0 | 126 | 74 | 165 | 114 | 27 |
| Binary | 10010 | 1100110 | 1110 | 1010010 | 0 | 1010110 | 111100 | 1110101 | 1001100 | 10111 |
Color Harmonies of #12660E
Complementary color
Monochromatic Colors of #12660E
Black with #12660E
Text Example
Text Example
White with #12660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12660E; }
p { color: rgb(18,102,14); }
H1.HeaderClassName
{
color: #12660E;
}
.AnyTagClassName
{
color: #12660E;
}
</style>
background-color css
<style>
a { background-color: #12660E; }
a { background-color: rgb(18,102,14); }
div.DivClassName
{
background-color: #12660E;
}
.BgClassName
{
background-color: #12660E;
}
</style>
border-color css
<style>
span { border-color: #12660E; }
span { border-color: rgb(18,102,14); }
td.TdClassName
{
border-color: #12660E;
}
.TagClassName
{
border-color: #12660E;
}
</style>