Shades of Elf Green #128E76
Tints of Elf Green #128E76
RGB
CMYK
RGB Variations
Color information
#128E76 (or 0x128E76) is known color: Elf Green. HEX triplet: 12, 8E and 76. RGB value is (18,142,118). Sum of RGB (Red+Green+Blue) = 18+142+118=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 142 (55.86% from 255 or 51.08% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 142 - color contains mainly: green. Hex color #128E76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128E76 is #ED7189. Grayscale: #666666. Windows color (decimal): -15561098 or 7769618. OLE color: 7769618.
HSL color Cylindrical-coordinate representation of color #128E76: hue angle of 168.39º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128E76 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 142 | 118 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.44 |
| HSL | 168.39º | 0.78% | 0.31% | - |
| HSV(B) | 168.39º | 0.87% | 0.56% | - |
| XYZ | 13.19 | 20.78 | 20.46 | - |
| YUV | 102.19 | 136.92 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 142 | 118 | 0.87 | 0 | 0.17 | 0.44 | 168.39 | 0.78 | 0.31 |
| Hex | 12 | 8E | 76 | 57 | 0 | 11 | 2C | A8 | 4E | 1F |
| Octal | 22 | 216 | 166 | 127 | 0 | 21 | 54 | 250 | 116 | 37 |
| Binary | 10010 | 10001110 | 1110110 | 1010111 | 0 | 10001 | 101100 | 10101000 | 1001110 | 11111 |
Color Harmonies of #128E76
Complementary color
Monochromatic Colors of #128E76
Black with #128E76
Text Example
Text Example
White with #128E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128E76; }
p { color: rgb(18,142,118); }
H1.HeaderClassName
{
color: #128E76;
}
.AnyTagClassName
{
color: #128E76;
}
</style>
background-color css
<style>
a { background-color: #128E76; }
a { background-color: rgb(18,142,118); }
div.DivClassName
{
background-color: #128E76;
}
.BgClassName
{
background-color: #128E76;
}
</style>
border-color css
<style>
span { border-color: #128E76; }
span { border-color: rgb(18,142,118); }
td.TdClassName
{
border-color: #128E76;
}
.TagClassName
{
border-color: #128E76;
}
</style>