Shades of Green #127F00
Tints of Green #127F00
RGB
CMYK
RGB Variations
Color information
#127F00 (or 0x127F00) is known color: Green. HEX triplet: 12, 7F and 00. RGB value is (18,127,0). Sum of RGB (Red+Green+Blue) = 18+127+0=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 127 (50% from 255 or 87.59% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 127 - color contains mainly: green. Hex color #127F00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127F00 is #ED80FF. Grayscale: #505050. Windows color (decimal): -15565056 or 32530. OLE color: 32530.
HSL color Cylindrical-coordinate representation of color #127F00: hue angle of 111.5º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #127F00 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 127 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.50 |
| HSL | 111.5º | 1% | 0.25% | - |
| HSV(B) | 111.5º | 1% | 0.5% | - |
| XYZ | 7.84 | 15.31 | 2.54 | - |
| YUV | 79.93 | 82.89 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 0 | 0.86 | 0 | 1 | 0.50 | 111.5 | 1 | 0.25 |
| Hex | 12 | 7F | 0 | 56 | 0 | 64 | 32 | 6F | 64 | 19 |
| Octal | 22 | 177 | 0 | 126 | 0 | 144 | 62 | 157 | 144 | 31 |
| Binary | 10010 | 1111111 | 0 | 1010110 | 0 | 1100100 | 110010 | 1101111 | 1100100 | 11001 |
Color Harmonies of #127F00
Complementary color
Monochromatic Colors of #127F00
Black with #127F00
Text Example
Text Example
White with #127F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127F00; }
p { color: rgb(18,127,0); }
H1.HeaderClassName
{
color: #127F00;
}
.AnyTagClassName
{
color: #127F00;
}
</style>
background-color css
<style>
a { background-color: #127F00; }
a { background-color: rgb(18,127,0); }
div.DivClassName
{
background-color: #127F00;
}
.BgClassName
{
background-color: #127F00;
}
</style>
border-color css
<style>
span { border-color: #127F00; }
span { border-color: rgb(18,127,0); }
td.TdClassName
{
border-color: #127F00;
}
.TagClassName
{
border-color: #127F00;
}
</style>