Shades of Green #127C09
Tints of Green #127C09
RGB
CMYK
RGB Variations
Color information
#127C09 (or 0x127C09) is known color: Green. HEX triplet: 12, 7C and 09. RGB value is (18,124,9). Sum of RGB (Red+Green+Blue) = 18+124+9=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 124 (48.83% from 255 or 82.12% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 124 - color contains mainly: green. Hex color #127C09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127C09 is #ED83F6. Grayscale: #4F4F4F. Windows color (decimal): -15565815 or 621586. OLE color: 621586.
HSL color Cylindrical-coordinate representation of color #127C09: hue angle of 115.3º degrees, saturation: 0.86, 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 #127C09 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 9 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.51 |
| HSL | 115.3º | 0.86% | 0.26% | - |
| HSV(B) | 115.3º | 0.93% | 0.49% | - |
| XYZ | 7.51 | 14.56 | 2.67 | - |
| YUV | 79.2 | 88.38 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 9 | 0.85 | 0 | 0.93 | 0.51 | 115.3 | 0.86 | 0.26 |
| Hex | 12 | 7C | 9 | 55 | 0 | 5D | 33 | 73 | 56 | 1A |
| Octal | 22 | 174 | 11 | 125 | 0 | 135 | 63 | 163 | 126 | 32 |
| Binary | 10010 | 1111100 | 1001 | 1010101 | 0 | 1011101 | 110011 | 1110011 | 1010110 | 11010 |
Color Harmonies of #127C09
Complementary color
Monochromatic Colors of #127C09
Black with #127C09
Text Example
Text Example
White with #127C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C09; }
p { color: rgb(18,124,9); }
H1.HeaderClassName
{
color: #127C09;
}
.AnyTagClassName
{
color: #127C09;
}
</style>
background-color css
<style>
a { background-color: #127C09; }
a { background-color: rgb(18,124,9); }
div.DivClassName
{
background-color: #127C09;
}
.BgClassName
{
background-color: #127C09;
}
</style>
border-color css
<style>
span { border-color: #127C09; }
span { border-color: rgb(18,124,9); }
td.TdClassName
{
border-color: #127C09;
}
.TagClassName
{
border-color: #127C09;
}
</style>