Shades of Green #12780D
Tints of Green #12780D
RGB
CMYK
RGB Variations
Color information
#12780D (or 0x12780D) is known color: Green. HEX triplet: 12, 78 and 0D. RGB value is (18,120,13). Sum of RGB (Red+Green+Blue) = 18+120+13=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 120 (47.27% from 255 or 79.47% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 120 - color contains mainly: green. Hex color #12780D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12780D is #ED87F2. Grayscale: #4D4D4D. Windows color (decimal): -15566835 or 882706. OLE color: 882706.
HSL color Cylindrical-coordinate representation of color #12780D: hue angle of 117.2º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12780D is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 120 | 13 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.53 |
| HSL | 117.2º | 0.8% | 0.26% | - |
| HSV(B) | 117.2º | 0.89% | 0.47% | - |
| XYZ | 7.04 | 13.59 | 2.63 | - |
| YUV | 77.3 | 91.71 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 13 | 0.85 | 0 | 0.89 | 0.53 | 117.2 | 0.8 | 0.26 |
| Hex | 12 | 78 | D | 55 | 0 | 59 | 35 | 75 | 50 | 1A |
| Octal | 22 | 170 | 15 | 125 | 0 | 131 | 65 | 165 | 120 | 32 |
| Binary | 10010 | 1111000 | 1101 | 1010101 | 0 | 1011001 | 110101 | 1110101 | 1010000 | 11010 |
Color Harmonies of #12780D
Complementary color
Monochromatic Colors of #12780D
Black with #12780D
Text Example
Text Example
White with #12780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12780D; }
p { color: rgb(18,120,13); }
H1.HeaderClassName
{
color: #12780D;
}
.AnyTagClassName
{
color: #12780D;
}
</style>
background-color css
<style>
a { background-color: #12780D; }
a { background-color: rgb(18,120,13); }
div.DivClassName
{
background-color: #12780D;
}
.BgClassName
{
background-color: #12780D;
}
</style>
border-color css
<style>
span { border-color: #12780D; }
span { border-color: rgb(18,120,13); }
td.TdClassName
{
border-color: #12780D;
}
.TagClassName
{
border-color: #12780D;
}
</style>