Shades of Green #127F0D
Tints of Green #127F0D
RGB
CMYK
RGB Variations
Color information
#127F0D (or 0x127F0D) is known color: Green. HEX triplet: 12, 7F and 0D. RGB value is (18,127,13). Sum of RGB (Red+Green+Blue) = 18+127+13=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 127 (50% from 255 or 80.38% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 127 - color contains mainly: green. Hex color #127F0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127F0D is #ED80F2. Grayscale: #515151. Windows color (decimal): -15565043 or 884498. OLE color: 884498.
HSL color Cylindrical-coordinate representation of color #127F0D: hue angle of 117.37º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127F0D is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 127 | 13 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.50 |
| HSL | 117.37º | 0.81% | 0.27% | - |
| HSV(B) | 117.37º | 0.9% | 0.5% | - |
| XYZ | 7.91 | 15.34 | 2.92 | - |
| YUV | 81.41 | 89.39 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 13 | 0.86 | 0 | 0.90 | 0.50 | 117.37 | 0.81 | 0.27 |
| Hex | 12 | 7F | D | 56 | 0 | 5A | 32 | 75 | 51 | 1B |
| Octal | 22 | 177 | 15 | 126 | 0 | 132 | 62 | 165 | 121 | 33 |
| Binary | 10010 | 1111111 | 1101 | 1010110 | 0 | 1011010 | 110010 | 1110101 | 1010001 | 11011 |
Color Harmonies of #127F0D
Complementary color
Monochromatic Colors of #127F0D
Black with #127F0D
Text Example
Text Example
White with #127F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127F0D; }
p { color: rgb(18,127,13); }
H1.HeaderClassName
{
color: #127F0D;
}
.AnyTagClassName
{
color: #127F0D;
}
</style>
background-color css
<style>
a { background-color: #127F0D; }
a { background-color: rgb(18,127,13); }
div.DivClassName
{
background-color: #127F0D;
}
.BgClassName
{
background-color: #127F0D;
}
</style>
border-color css
<style>
span { border-color: #127F0D; }
span { border-color: rgb(18,127,13); }
td.TdClassName
{
border-color: #127F0D;
}
.TagClassName
{
border-color: #127F0D;
}
</style>