Shades of Green #127014
Tints of Green #127014
RGB
CMYK
RGB Variations
Color information
#127014 (or 0x127014) is known color: Green. HEX triplet: 12, 70 and 14. RGB value is (18,112,20). Sum of RGB (Red+Green+Blue) = 18+112+20=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #127014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127014 is #ED8FEB. Grayscale: #494949. Windows color (decimal): -15568876 or 1339410. OLE color: 1339410.
HSL color Cylindrical-coordinate representation of color #127014: hue angle of 121.28º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127014 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 20 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.56 |
| HSL | 121.28º | 0.72% | 0.25% | - |
| HSV(B) | 121.28º | 0.84% | 0.44% | - |
| XYZ | 6.17 | 11.77 | 2.61 | - |
| YUV | 73.41 | 97.86 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 20 | 0.84 | 0 | 0.82 | 0.56 | 121.28 | 0.72 | 0.25 |
| Hex | 12 | 70 | 14 | 54 | 0 | 52 | 38 | 79 | 48 | 19 |
| Octal | 22 | 160 | 24 | 124 | 0 | 122 | 70 | 171 | 110 | 31 |
| Binary | 10010 | 1110000 | 10100 | 1010100 | 0 | 1010010 | 111000 | 1111001 | 1001000 | 11001 |
Color Harmonies of #127014
Complementary color
Monochromatic Colors of #127014
Black with #127014
Text Example
Text Example
White with #127014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127014; }
p { color: rgb(18,112,20); }
H1.HeaderClassName
{
color: #127014;
}
.AnyTagClassName
{
color: #127014;
}
</style>
background-color css
<style>
a { background-color: #127014; }
a { background-color: rgb(18,112,20); }
div.DivClassName
{
background-color: #127014;
}
.BgClassName
{
background-color: #127014;
}
</style>
border-color css
<style>
span { border-color: #127014; }
span { border-color: rgb(18,112,20); }
td.TdClassName
{
border-color: #127014;
}
.TagClassName
{
border-color: #127014;
}
</style>