Shades of Green #127D09
Tints of Green #127D09
RGB
CMYK
RGB Variations
Color information
#127D09 (or 0x127D09) is known color: Green. HEX triplet: 12, 7D and 09. RGB value is (18,125,9). Sum of RGB (Red+Green+Blue) = 18+125+9=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 125 (49.22% from 255 or 82.24% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 125 - color contains mainly: green. Hex color #127D09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127D09 is #ED82F6. Grayscale: #505050. Windows color (decimal): -15565559 or 621842. OLE color: 621842.
HSL color Cylindrical-coordinate representation of color #127D09: hue angle of 115.34º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127D09 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 9 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.51 |
| HSL | 115.34º | 0.87% | 0.26% | - |
| HSV(B) | 115.34º | 0.93% | 0.49% | - |
| XYZ | 7.63 | 14.82 | 2.72 | - |
| YUV | 79.78 | 88.05 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 9 | 0.86 | 0 | 0.93 | 0.51 | 115.34 | 0.87 | 0.26 |
| Hex | 12 | 7D | 9 | 56 | 0 | 5D | 33 | 73 | 57 | 1A |
| Octal | 22 | 175 | 11 | 126 | 0 | 135 | 63 | 163 | 127 | 32 |
| Binary | 10010 | 1111101 | 1001 | 1010110 | 0 | 1011101 | 110011 | 1110011 | 1010111 | 11010 |
Color Harmonies of #127D09
Complementary color
Monochromatic Colors of #127D09
Black with #127D09
Text Example
Text Example
White with #127D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D09; }
p { color: rgb(18,125,9); }
H1.HeaderClassName
{
color: #127D09;
}
.AnyTagClassName
{
color: #127D09;
}
</style>
background-color css
<style>
a { background-color: #127D09; }
a { background-color: rgb(18,125,9); }
div.DivClassName
{
background-color: #127D09;
}
.BgClassName
{
background-color: #127D09;
}
</style>
border-color css
<style>
span { border-color: #127D09; }
span { border-color: rgb(18,125,9); }
td.TdClassName
{
border-color: #127D09;
}
.TagClassName
{
border-color: #127D09;
}
</style>