Shades of Green #127B0E
Tints of Green #127B0E
RGB
CMYK
RGB Variations
Color information
#127B0E (or 0x127B0E) is known color: Green. HEX triplet: 12, 7B and 0E. RGB value is (18,123,14). Sum of RGB (Red+Green+Blue) = 18+123+14=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 123 (48.44% from 255 or 79.35% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 123 - color contains mainly: green. Hex color #127B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127B0E is #ED84F1. Grayscale: #4F4F4F. Windows color (decimal): -15566066 or 949010. OLE color: 949010.
HSL color Cylindrical-coordinate representation of color #127B0E: hue angle of 117.8º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127B0E is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 123 | 14 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.52 |
| HSL | 117.8º | 0.8% | 0.27% | - |
| HSV(B) | 117.8º | 0.89% | 0.48% | - |
| XYZ | 7.41 | 14.33 | 2.79 | - |
| YUV | 79.18 | 91.21 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 14 | 0.85 | 0 | 0.89 | 0.52 | 117.8 | 0.8 | 0.27 |
| Hex | 12 | 7B | E | 55 | 0 | 59 | 34 | 76 | 50 | 1B |
| Octal | 22 | 173 | 16 | 125 | 0 | 131 | 64 | 166 | 120 | 33 |
| Binary | 10010 | 1111011 | 1110 | 1010101 | 0 | 1011001 | 110100 | 1110110 | 1010000 | 11011 |
Color Harmonies of #127B0E
Complementary color
Monochromatic Colors of #127B0E
Black with #127B0E
Text Example
Text Example
White with #127B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B0E; }
p { color: rgb(18,123,14); }
H1.HeaderClassName
{
color: #127B0E;
}
.AnyTagClassName
{
color: #127B0E;
}
</style>
background-color css
<style>
a { background-color: #127B0E; }
a { background-color: rgb(18,123,14); }
div.DivClassName
{
background-color: #127B0E;
}
.BgClassName
{
background-color: #127B0E;
}
</style>
border-color css
<style>
span { border-color: #127B0E; }
span { border-color: rgb(18,123,14); }
td.TdClassName
{
border-color: #127B0E;
}
.TagClassName
{
border-color: #127B0E;
}
</style>