Shades of Green #127C0F
Tints of Green #127C0F
RGB
CMYK
RGB Variations
Color information
#127C0F (or 0x127C0F) is known color: Green. HEX triplet: 12, 7C and 0F. RGB value is (18,124,15). Sum of RGB (Red+Green+Blue) = 18+124+15=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 124 (48.83% from 255 or 78.98% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 124 - color contains mainly: green. Hex color #127C0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127C0F is #ED83F0. Grayscale: #505050. Windows color (decimal): -15565809 or 1014802. OLE color: 1014802.
HSL color Cylindrical-coordinate representation of color #127C0F: hue angle of 118.35º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127C0F is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 15 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.51 |
| HSL | 118.35º | 0.78% | 0.27% | - |
| HSV(B) | 118.35º | 0.88% | 0.49% | - |
| XYZ | 7.54 | 14.58 | 2.87 | - |
| YUV | 79.88 | 91.38 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 15 | 0.85 | 0 | 0.88 | 0.51 | 118.35 | 0.78 | 0.27 |
| Hex | 12 | 7C | F | 55 | 0 | 58 | 33 | 76 | 4E | 1B |
| Octal | 22 | 174 | 17 | 125 | 0 | 130 | 63 | 166 | 116 | 33 |
| Binary | 10010 | 1111100 | 1111 | 1010101 | 0 | 1011000 | 110011 | 1110110 | 1001110 | 11011 |
Color Harmonies of #127C0F
Complementary color
Monochromatic Colors of #127C0F
Black with #127C0F
Text Example
Text Example
White with #127C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C0F; }
p { color: rgb(18,124,15); }
H1.HeaderClassName
{
color: #127C0F;
}
.AnyTagClassName
{
color: #127C0F;
}
</style>
background-color css
<style>
a { background-color: #127C0F; }
a { background-color: rgb(18,124,15); }
div.DivClassName
{
background-color: #127C0F;
}
.BgClassName
{
background-color: #127C0F;
}
</style>
border-color css
<style>
span { border-color: #127C0F; }
span { border-color: rgb(18,124,15); }
td.TdClassName
{
border-color: #127C0F;
}
.TagClassName
{
border-color: #127C0F;
}
</style>