Shades of Green #12660C
Tints of Green #12660C
RGB
CMYK
RGB Variations
Color information
#12660C (or 0x12660C) is known color: Green. HEX triplet: 12, 66 and 0C. RGB value is (18,102,12). Sum of RGB (Red+Green+Blue) = 18+102+12=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 102 (40.23% from 255 or 77.27% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 102 - color contains mainly: green. Hex color #12660C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12660C is #ED99F3. Grayscale: #424242. Windows color (decimal): -15571444 or 812562. OLE color: 812562.
HSL color Cylindrical-coordinate representation of color #12660C: hue angle of 116º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12660C is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 102 | 12 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.6 |
| HSL | 116º | 0.79% | 0.22% | - |
| HSV(B) | 116º | 0.88% | 0.4% | - |
| XYZ | 5.07 | 9.66 | 1.94 | - |
| YUV | 66.62 | 97.17 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 12 | 0.82 | 0 | 0.88 | 0.6 | 116 | 0.79 | 0.22 |
| Hex | 12 | 66 | C | 52 | 0 | 58 | 3C | 74 | 4F | 16 |
| Octal | 22 | 146 | 14 | 122 | 0 | 130 | 74 | 164 | 117 | 26 |
| Binary | 10010 | 1100110 | 1100 | 1010010 | 0 | 1011000 | 111100 | 1110100 | 1001111 | 10110 |
Color Harmonies of #12660C
Complementary color
Monochromatic Colors of #12660C
Black with #12660C
Text Example
Text Example
White with #12660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12660C; }
p { color: rgb(18,102,12); }
H1.HeaderClassName
{
color: #12660C;
}
.AnyTagClassName
{
color: #12660C;
}
</style>
background-color css
<style>
a { background-color: #12660C; }
a { background-color: rgb(18,102,12); }
div.DivClassName
{
background-color: #12660C;
}
.BgClassName
{
background-color: #12660C;
}
</style>
border-color css
<style>
span { border-color: #12660C; }
span { border-color: rgb(18,102,12); }
td.TdClassName
{
border-color: #12660C;
}
.TagClassName
{
border-color: #12660C;
}
</style>