Shades of Green #12780C
Tints of Green #12780C
RGB
CMYK
RGB Variations
Color information
#12780C (or 0x12780C) is known color: Green. HEX triplet: 12, 78 and 0C. RGB value is (18,120,12). Sum of RGB (Red+Green+Blue) = 18+120+12=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 120 (47.27% from 255 or 80% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 120 - color contains mainly: green. Hex color #12780C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12780C is #ED87F3. Grayscale: #4D4D4D. Windows color (decimal): -15566836 or 817170. OLE color: 817170.
HSL color Cylindrical-coordinate representation of color #12780C: hue angle of 116.67º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12780C is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 120 | 12 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.53 |
| HSL | 116.67º | 0.82% | 0.26% | - |
| HSV(B) | 116.67º | 0.9% | 0.47% | - |
| XYZ | 7.03 | 13.59 | 2.6 | - |
| YUV | 77.19 | 91.21 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 12 | 0.85 | 0 | 0.90 | 0.53 | 116.67 | 0.82 | 0.26 |
| Hex | 12 | 78 | C | 55 | 0 | 5A | 35 | 75 | 52 | 1A |
| Octal | 22 | 170 | 14 | 125 | 0 | 132 | 65 | 165 | 122 | 32 |
| Binary | 10010 | 1111000 | 1100 | 1010101 | 0 | 1011010 | 110101 | 1110101 | 1010010 | 11010 |
Color Harmonies of #12780C
Complementary color
Monochromatic Colors of #12780C
Black with #12780C
Text Example
Text Example
White with #12780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12780C; }
p { color: rgb(18,120,12); }
H1.HeaderClassName
{
color: #12780C;
}
.AnyTagClassName
{
color: #12780C;
}
</style>
background-color css
<style>
a { background-color: #12780C; }
a { background-color: rgb(18,120,12); }
div.DivClassName
{
background-color: #12780C;
}
.BgClassName
{
background-color: #12780C;
}
</style>
border-color css
<style>
span { border-color: #12780C; }
span { border-color: rgb(18,120,12); }
td.TdClassName
{
border-color: #12780C;
}
.TagClassName
{
border-color: #12780C;
}
</style>