Shades of Green #127209
Tints of Green #127209
RGB
CMYK
RGB Variations
Color information
#127209 (or 0x127209) is known color: Green. HEX triplet: 12, 72 and 09. RGB value is (18,114,9). Sum of RGB (Red+Green+Blue) = 18+114+9=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 114 (44.92% from 255 or 80.85% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 114 - color contains mainly: green. Hex color #127209 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127209 is #ED8DF6. Grayscale: #494949. Windows color (decimal): -15568375 or 619026. OLE color: 619026.
HSL color Cylindrical-coordinate representation of color #127209: hue angle of 114.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127209 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 114 | 9 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.55 |
| HSL | 114.86º | 0.85% | 0.24% | - |
| HSV(B) | 114.86º | 0.92% | 0.45% | - |
| XYZ | 6.32 | 12.18 | 2.28 | - |
| YUV | 73.33 | 91.7 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 9 | 0.84 | 0 | 0.92 | 0.55 | 114.86 | 0.85 | 0.24 |
| Hex | 12 | 72 | 9 | 54 | 0 | 5C | 37 | 73 | 55 | 18 |
| Octal | 22 | 162 | 11 | 124 | 0 | 134 | 67 | 163 | 125 | 30 |
| Binary | 10010 | 1110010 | 1001 | 1010100 | 0 | 1011100 | 110111 | 1110011 | 1010101 | 11000 |
Color Harmonies of #127209
Complementary color
Monochromatic Colors of #127209
Black with #127209
Text Example
Text Example
White with #127209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127209; }
p { color: rgb(18,114,9); }
H1.HeaderClassName
{
color: #127209;
}
.AnyTagClassName
{
color: #127209;
}
</style>
background-color css
<style>
a { background-color: #127209; }
a { background-color: rgb(18,114,9); }
div.DivClassName
{
background-color: #127209;
}
.BgClassName
{
background-color: #127209;
}
</style>
border-color css
<style>
span { border-color: #127209; }
span { border-color: rgb(18,114,9); }
td.TdClassName
{
border-color: #127209;
}
.TagClassName
{
border-color: #127209;
}
</style>