Shades of Green #127E05
Tints of Green #127E05
RGB
CMYK
RGB Variations
Color information
#127E05 (or 0x127E05) is known color: Green. HEX triplet: 12, 7E and 05. RGB value is (18,126,5). Sum of RGB (Red+Green+Blue) = 18+126+5=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 126 (49.61% from 255 or 84.56% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 126 - color contains mainly: green. Hex color #127E05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127E05 is #ED81FA. Grayscale: #505050. Windows color (decimal): -15565307 or 359954. OLE color: 359954.
HSL color Cylindrical-coordinate representation of color #127E05: hue angle of 113.55º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #127E05 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 126 | 5 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.51 |
| HSL | 113.55º | 0.92% | 0.26% | - |
| HSV(B) | 113.55º | 0.96% | 0.49% | - |
| XYZ | 7.74 | 15.06 | 2.64 | - |
| YUV | 79.91 | 85.72 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 5 | 0.86 | 0 | 0.96 | 0.51 | 113.55 | 0.92 | 0.26 |
| Hex | 12 | 7E | 5 | 56 | 0 | 60 | 33 | 72 | 5C | 1A |
| Octal | 22 | 176 | 5 | 126 | 0 | 140 | 63 | 162 | 134 | 32 |
| Binary | 10010 | 1111110 | 101 | 1010110 | 0 | 1100000 | 110011 | 1110010 | 1011100 | 11010 |
Color Harmonies of #127E05
Complementary color
Monochromatic Colors of #127E05
Black with #127E05
Text Example
Text Example
White with #127E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E05; }
p { color: rgb(18,126,5); }
H1.HeaderClassName
{
color: #127E05;
}
.AnyTagClassName
{
color: #127E05;
}
</style>
background-color css
<style>
a { background-color: #127E05; }
a { background-color: rgb(18,126,5); }
div.DivClassName
{
background-color: #127E05;
}
.BgClassName
{
background-color: #127E05;
}
</style>
border-color css
<style>
span { border-color: #127E05; }
span { border-color: rgb(18,126,5); }
td.TdClassName
{
border-color: #127E05;
}
.TagClassName
{
border-color: #127E05;
}
</style>