Shades of Elf Green #128D76
Tints of Elf Green #128D76
RGB
CMYK
RGB Variations
Color information
#128D76 (or 0x128D76) is known color: Elf Green. HEX triplet: 12, 8D and 76. RGB value is (18,141,118). Sum of RGB (Red+Green+Blue) = 18+141+118=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #128D76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128D76 is #ED7289. Grayscale: #656565. Windows color (decimal): -15561354 or 7769362. OLE color: 7769362.
HSL color Cylindrical-coordinate representation of color #128D76: hue angle of 168.78º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128D76 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 141 | 118 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.45 |
| HSL | 168.78º | 0.77% | 0.31% | - |
| HSV(B) | 168.78º | 0.87% | 0.55% | - |
| XYZ | 13.04 | 20.49 | 20.41 | - |
| YUV | 101.6 | 137.25 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 118 | 0.87 | 0 | 0.16 | 0.45 | 168.78 | 0.77 | 0.31 |
| Hex | 12 | 8D | 76 | 57 | 0 | 10 | 2D | A9 | 4D | 1F |
| Octal | 22 | 215 | 166 | 127 | 0 | 20 | 55 | 251 | 115 | 37 |
| Binary | 10010 | 10001101 | 1110110 | 1010111 | 0 | 10000 | 101101 | 10101001 | 1001101 | 11111 |
Color Harmonies of #128D76
Complementary color
Monochromatic Colors of #128D76
Black with #128D76
Text Example
Text Example
White with #128D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128D76; }
p { color: rgb(18,141,118); }
H1.HeaderClassName
{
color: #128D76;
}
.AnyTagClassName
{
color: #128D76;
}
</style>
background-color css
<style>
a { background-color: #128D76; }
a { background-color: rgb(18,141,118); }
div.DivClassName
{
background-color: #128D76;
}
.BgClassName
{
background-color: #128D76;
}
</style>
border-color css
<style>
span { border-color: #128D76; }
span { border-color: rgb(18,141,118); }
td.TdClassName
{
border-color: #128D76;
}
.TagClassName
{
border-color: #128D76;
}
</style>