Shades of Green #127409
Tints of Green #127409
RGB
CMYK
RGB Variations
Color information
#127409 (or 0x127409) is known color: Green. HEX triplet: 12, 74 and 09. RGB value is (18,116,9). Sum of RGB (Red+Green+Blue) = 18+116+9=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 116 (45.70% from 255 or 81.12% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 116 - color contains mainly: green. Hex color #127409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127409 is #ED8BF6. Grayscale: #4A4A4A. Windows color (decimal): -15567863 or 619538. OLE color: 619538.
HSL color Cylindrical-coordinate representation of color #127409: hue angle of 114.95º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127409 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 116 | 9 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.55 |
| HSL | 114.95º | 0.86% | 0.25% | - |
| HSV(B) | 114.95º | 0.92% | 0.45% | - |
| XYZ | 6.54 | 12.64 | 2.35 | - |
| YUV | 74.5 | 91.03 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 9 | 0.84 | 0 | 0.92 | 0.55 | 114.95 | 0.86 | 0.25 |
| Hex | 12 | 74 | 9 | 54 | 0 | 5C | 37 | 73 | 56 | 19 |
| Octal | 22 | 164 | 11 | 124 | 0 | 134 | 67 | 163 | 126 | 31 |
| Binary | 10010 | 1110100 | 1001 | 1010100 | 0 | 1011100 | 110111 | 1110011 | 1010110 | 11001 |
Color Harmonies of #127409
Complementary color
Monochromatic Colors of #127409
Black with #127409
Text Example
Text Example
White with #127409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127409; }
p { color: rgb(18,116,9); }
H1.HeaderClassName
{
color: #127409;
}
.AnyTagClassName
{
color: #127409;
}
</style>
background-color css
<style>
a { background-color: #127409; }
a { background-color: rgb(18,116,9); }
div.DivClassName
{
background-color: #127409;
}
.BgClassName
{
background-color: #127409;
}
</style>
border-color css
<style>
span { border-color: #127409; }
span { border-color: rgb(18,116,9); }
td.TdClassName
{
border-color: #127409;
}
.TagClassName
{
border-color: #127409;
}
</style>