Shades of Green #127C13
Tints of Green #127C13
RGB
CMYK
RGB Variations
Color information
#127C13 (or 0x127C13) is known color: Green. HEX triplet: 12, 7C and 13. RGB value is (18,124,19). Sum of RGB (Red+Green+Blue) = 18+124+19=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 124 (48.83% from 255 or 77.02% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 124 - color contains mainly: green. Hex color #127C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127C13 is #ED83EC. Grayscale: #505050. Windows color (decimal): -15565805 or 1276946. OLE color: 1276946.
HSL color Cylindrical-coordinate representation of color #127C13: hue angle of 120.57º 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 #127C13 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 19 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.51 |
| HSL | 120.57º | 0.75% | 0.28% | - |
| HSV(B) | 120.57º | 0.85% | 0.49% | - |
| XYZ | 7.57 | 14.59 | 3.03 | - |
| YUV | 80.34 | 93.38 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 19 | 0.85 | 0 | 0.85 | 0.51 | 120.57 | 0.75 | 0.28 |
| Hex | 12 | 7C | 13 | 55 | 0 | 55 | 33 | 79 | 4B | 1C |
| Octal | 22 | 174 | 23 | 125 | 0 | 125 | 63 | 171 | 113 | 34 |
| Binary | 10010 | 1111100 | 10011 | 1010101 | 0 | 1010101 | 110011 | 1111001 | 1001011 | 11100 |
Color Harmonies of #127C13
Complementary color
Monochromatic Colors of #127C13
Black with #127C13
Text Example
Text Example
White with #127C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C13; }
p { color: rgb(18,124,19); }
H1.HeaderClassName
{
color: #127C13;
}
.AnyTagClassName
{
color: #127C13;
}
</style>
background-color css
<style>
a { background-color: #127C13; }
a { background-color: rgb(18,124,19); }
div.DivClassName
{
background-color: #127C13;
}
.BgClassName
{
background-color: #127C13;
}
</style>
border-color css
<style>
span { border-color: #127C13; }
span { border-color: rgb(18,124,19); }
td.TdClassName
{
border-color: #127C13;
}
.TagClassName
{
border-color: #127C13;
}
</style>