Shades of Green #127D0C
Tints of Green #127D0C
RGB
CMYK
RGB Variations
Color information
#127D0C (or 0x127D0C) is known color: Green. HEX triplet: 12, 7D and 0C. RGB value is (18,125,12). Sum of RGB (Red+Green+Blue) = 18+125+12=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 125 (49.22% from 255 or 80.65% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 125 - color contains mainly: green. Hex color #127D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127D0C is #ED82F3. Grayscale: #505050. Windows color (decimal): -15565556 or 818450. OLE color: 818450.
HSL color Cylindrical-coordinate representation of color #127D0C: hue angle of 116.81º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127D0C is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 12 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.51 |
| HSL | 116.81º | 0.82% | 0.27% | - |
| HSV(B) | 116.81º | 0.9% | 0.49% | - |
| XYZ | 7.65 | 14.82 | 2.81 | - |
| YUV | 80.13 | 89.55 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 12 | 0.86 | 0 | 0.90 | 0.51 | 116.81 | 0.82 | 0.27 |
| Hex | 12 | 7D | C | 56 | 0 | 5A | 33 | 75 | 52 | 1B |
| Octal | 22 | 175 | 14 | 126 | 0 | 132 | 63 | 165 | 122 | 33 |
| Binary | 10010 | 1111101 | 1100 | 1010110 | 0 | 1011010 | 110011 | 1110101 | 1010010 | 11011 |
Color Harmonies of #127D0C
Complementary color
Monochromatic Colors of #127D0C
Black with #127D0C
Text Example
Text Example
White with #127D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D0C; }
p { color: rgb(18,125,12); }
H1.HeaderClassName
{
color: #127D0C;
}
.AnyTagClassName
{
color: #127D0C;
}
</style>
background-color css
<style>
a { background-color: #127D0C; }
a { background-color: rgb(18,125,12); }
div.DivClassName
{
background-color: #127D0C;
}
.BgClassName
{
background-color: #127D0C;
}
</style>
border-color css
<style>
span { border-color: #127D0C; }
span { border-color: rgb(18,125,12); }
td.TdClassName
{
border-color: #127D0C;
}
.TagClassName
{
border-color: #127D0C;
}
</style>