Shades of Green #12650C
Tints of Green #12650C
RGB
CMYK
RGB Variations
Color information
#12650C (or 0x12650C) is known color: Green. HEX triplet: 12, 65 and 0C. RGB value is (18,101,12). Sum of RGB (Red+Green+Blue) = 18+101+12=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 101 (39.84% from 255 or 77.10% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 101 - color contains mainly: green. Hex color #12650C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12650C is #ED9AF3. Grayscale: #424242. Windows color (decimal): -15571700 or 812306. OLE color: 812306.
HSL color Cylindrical-coordinate representation of color #12650C: hue angle of 115.96º 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 #12650C is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 101 | 12 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.60 |
| HSL | 115.96º | 0.79% | 0.22% | - |
| HSV(B) | 115.96º | 0.88% | 0.4% | - |
| XYZ | 4.97 | 9.46 | 1.91 | - |
| YUV | 66.04 | 97.5 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 12 | 0.82 | 0 | 0.88 | 0.60 | 115.96 | 0.79 | 0.22 |
| Hex | 12 | 65 | C | 52 | 0 | 58 | 3C | 74 | 4F | 16 |
| Octal | 22 | 145 | 14 | 122 | 0 | 130 | 74 | 164 | 117 | 26 |
| Binary | 10010 | 1100101 | 1100 | 1010010 | 0 | 1011000 | 111100 | 1110100 | 1001111 | 10110 |
Color Harmonies of #12650C
Complementary color
Monochromatic Colors of #12650C
Black with #12650C
Text Example
Text Example
White with #12650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12650C; }
p { color: rgb(18,101,12); }
H1.HeaderClassName
{
color: #12650C;
}
.AnyTagClassName
{
color: #12650C;
}
</style>
background-color css
<style>
a { background-color: #12650C; }
a { background-color: rgb(18,101,12); }
div.DivClassName
{
background-color: #12650C;
}
.BgClassName
{
background-color: #12650C;
}
</style>
border-color css
<style>
span { border-color: #12650C; }
span { border-color: rgb(18,101,12); }
td.TdClassName
{
border-color: #12650C;
}
.TagClassName
{
border-color: #12650C;
}
</style>