Shades of Elf Green #128D60
Tints of Elf Green #128D60
RGB
CMYK
RGB Variations
Color information
#128D60 (or 0x128D60) is known color: Elf Green. HEX triplet: 12, 8D and 60. RGB value is (18,141,96). Sum of RGB (Red+Green+Blue) = 18+141+96=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 141 (55.47% from 255 or 55.29% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 141 - color contains mainly: green. Hex color #128D60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128D60 is #ED729F. Grayscale: #636363. Windows color (decimal): -15561376 or 6327570. OLE color: 6327570.
HSL color Cylindrical-coordinate representation of color #128D60: hue angle of 158.05º 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 #128D60 is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 141 | 96 | - |
| CMYK | 0.87 | 0 | 0.32 | 0.45 |
| HSL | 158.05º | 0.77% | 0.31% | - |
| HSV(B) | 158.05º | 0.87% | 0.55% | - |
| XYZ | 11.89 | 20.02 | 14.3 | - |
| YUV | 99.09 | 126.25 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 96 | 0.87 | 0 | 0.32 | 0.45 | 158.05 | 0.77 | 0.31 |
| Hex | 12 | 8D | 60 | 57 | 0 | 20 | 2D | 9E | 4D | 1F |
| Octal | 22 | 215 | 140 | 127 | 0 | 40 | 55 | 236 | 115 | 37 |
| Binary | 10010 | 10001101 | 1100000 | 1010111 | 0 | 100000 | 101101 | 10011110 | 1001101 | 11111 |
Color Harmonies of #128D60
Complementary color
Monochromatic Colors of #128D60
Black with #128D60
Text Example
Text Example
White with #128D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128D60; }
p { color: rgb(18,141,96); }
H1.HeaderClassName
{
color: #128D60;
}
.AnyTagClassName
{
color: #128D60;
}
</style>
background-color css
<style>
a { background-color: #128D60; }
a { background-color: rgb(18,141,96); }
div.DivClassName
{
background-color: #128D60;
}
.BgClassName
{
background-color: #128D60;
}
</style>
border-color css
<style>
span { border-color: #128D60; }
span { border-color: rgb(18,141,96); }
td.TdClassName
{
border-color: #128D60;
}
.TagClassName
{
border-color: #128D60;
}
</style>