Shades of Green #127F0C
Tints of Green #127F0C
RGB
CMYK
RGB Variations
Color information
#127F0C (or 0x127F0C) is known color: Green. HEX triplet: 12, 7F and 0C. RGB value is (18,127,12). Sum of RGB (Red+Green+Blue) = 18+127+12=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 127 (50% from 255 or 80.89% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 127 - color contains mainly: green. Hex color #127F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127F0C is #ED80F3. Grayscale: #515151. Windows color (decimal): -15565044 or 818962. OLE color: 818962.
HSL color Cylindrical-coordinate representation of color #127F0C: hue angle of 116.87º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127F0C is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 127 | 12 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.50 |
| HSL | 116.87º | 0.83% | 0.27% | - |
| HSV(B) | 116.87º | 0.91% | 0.5% | - |
| XYZ | 7.91 | 15.33 | 2.89 | - |
| YUV | 81.3 | 88.89 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 12 | 0.86 | 0 | 0.91 | 0.50 | 116.87 | 0.83 | 0.27 |
| Hex | 12 | 7F | C | 56 | 0 | 5B | 32 | 75 | 53 | 1B |
| Octal | 22 | 177 | 14 | 126 | 0 | 133 | 62 | 165 | 123 | 33 |
| Binary | 10010 | 1111111 | 1100 | 1010110 | 0 | 1011011 | 110010 | 1110101 | 1010011 | 11011 |
Color Harmonies of #127F0C
Complementary color
Monochromatic Colors of #127F0C
Black with #127F0C
Text Example
Text Example
White with #127F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127F0C; }
p { color: rgb(18,127,12); }
H1.HeaderClassName
{
color: #127F0C;
}
.AnyTagClassName
{
color: #127F0C;
}
</style>
background-color css
<style>
a { background-color: #127F0C; }
a { background-color: rgb(18,127,12); }
div.DivClassName
{
background-color: #127F0C;
}
.BgClassName
{
background-color: #127F0C;
}
</style>
border-color css
<style>
span { border-color: #127F0C; }
span { border-color: rgb(18,127,12); }
td.TdClassName
{
border-color: #127F0C;
}
.TagClassName
{
border-color: #127F0C;
}
</style>