Shades of Green #127E0F
Tints of Green #127E0F
RGB
CMYK
RGB Variations
Color information
#127E0F (or 0x127E0F) is known color: Green. HEX triplet: 12, 7E and 0F. RGB value is (18,126,15). Sum of RGB (Red+Green+Blue) = 18+126+15=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 126 (49.61% from 255 or 79.25% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 126 - color contains mainly: green. Hex color #127E0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127E0F is #ED81F0. Grayscale: #515151. Windows color (decimal): -15565297 or 1015314. OLE color: 1015314.
HSL color Cylindrical-coordinate representation of color #127E0F: hue angle of 118.38º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127E0F is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 126 | 15 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.51 |
| HSL | 118.38º | 0.79% | 0.28% | - |
| HSV(B) | 118.38º | 0.88% | 0.49% | - |
| XYZ | 7.8 | 15.08 | 2.95 | - |
| YUV | 81.05 | 90.72 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 15 | 0.86 | 0 | 0.88 | 0.51 | 118.38 | 0.79 | 0.28 |
| Hex | 12 | 7E | F | 56 | 0 | 58 | 33 | 76 | 4F | 1C |
| Octal | 22 | 176 | 17 | 126 | 0 | 130 | 63 | 166 | 117 | 34 |
| Binary | 10010 | 1111110 | 1111 | 1010110 | 0 | 1011000 | 110011 | 1110110 | 1001111 | 11100 |
Color Harmonies of #127E0F
Complementary color
Monochromatic Colors of #127E0F
Black with #127E0F
Text Example
Text Example
White with #127E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E0F; }
p { color: rgb(18,126,15); }
H1.HeaderClassName
{
color: #127E0F;
}
.AnyTagClassName
{
color: #127E0F;
}
</style>
background-color css
<style>
a { background-color: #127E0F; }
a { background-color: rgb(18,126,15); }
div.DivClassName
{
background-color: #127E0F;
}
.BgClassName
{
background-color: #127E0F;
}
</style>
border-color css
<style>
span { border-color: #127E0F; }
span { border-color: rgb(18,126,15); }
td.TdClassName
{
border-color: #127E0F;
}
.TagClassName
{
border-color: #127E0F;
}
</style>