Shades of Green #127C12
Tints of Green #127C12
RGB
CMYK
RGB Variations
Color information
#127C12 (or 0x127C12) is known color: Green. HEX triplet: 12, 7C and 12. RGB value is (18,124,18). Sum of RGB (Red+Green+Blue) = 18+124+18=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 124 (48.83% from 255 or 77.5% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 124 - color contains mainly: green. Hex color #127C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127C12 is #ED83ED. Grayscale: #505050. Windows color (decimal): -15565806 or 1211410. OLE color: 1211410.
HSL color Cylindrical-coordinate representation of color #127C12: hue angle of 120º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C12 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 18 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.51 |
| HSL | 120º | 0.75% | 0.28% | - |
| HSV(B) | 120º | 0.85% | 0.49% | - |
| XYZ | 7.57 | 14.59 | 2.99 | - |
| YUV | 80.22 | 92.88 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 18 | 0.85 | 0 | 0.85 | 0.51 | 120 | 0.75 | 0.28 |
| Hex | 12 | 7C | 12 | 55 | 0 | 55 | 33 | 78 | 4B | 1C |
| Octal | 22 | 174 | 22 | 125 | 0 | 125 | 63 | 170 | 113 | 34 |
| Binary | 10010 | 1111100 | 10010 | 1010101 | 0 | 1010101 | 110011 | 1111000 | 1001011 | 11100 |
Color Harmonies of #127C12
Complementary color
Monochromatic Colors of #127C12
Black with #127C12
Text Example
Text Example
White with #127C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C12; }
p { color: rgb(18,124,18); }
H1.HeaderClassName
{
color: #127C12;
}
.AnyTagClassName
{
color: #127C12;
}
</style>
background-color css
<style>
a { background-color: #127C12; }
a { background-color: rgb(18,124,18); }
div.DivClassName
{
background-color: #127C12;
}
.BgClassName
{
background-color: #127C12;
}
</style>
border-color css
<style>
span { border-color: #127C12; }
span { border-color: rgb(18,124,18); }
td.TdClassName
{
border-color: #127C12;
}
.TagClassName
{
border-color: #127C12;
}
</style>