Shades of Elf Green #128E5D
Tints of Elf Green #128E5D
RGB
CMYK
RGB Variations
Color information
#128E5D (or 0x128E5D) is known color: Elf Green. HEX triplet: 12, 8E and 5D. RGB value is (18,142,93). Sum of RGB (Red+Green+Blue) = 18+142+93=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 142 (55.86% from 255 or 56.13% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 142 - color contains mainly: green. Hex color #128E5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128E5D is #ED71A2. Grayscale: #636363. Windows color (decimal): -15561123 or 6131218. OLE color: 6131218.
HSL color Cylindrical-coordinate representation of color #128E5D: hue angle of 156.29º 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 #128E5D is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 142 | 93 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.44 |
| HSL | 156.29º | 0.78% | 0.31% | - |
| HSV(B) | 156.29º | 0.87% | 0.56% | - |
| XYZ | 11.9 | 20.26 | 13.64 | - |
| YUV | 99.34 | 124.42 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 142 | 93 | 0.87 | 0 | 0.35 | 0.44 | 156.29 | 0.78 | 0.31 |
| Hex | 12 | 8E | 5D | 57 | 0 | 23 | 2C | 9C | 4E | 1F |
| Octal | 22 | 216 | 135 | 127 | 0 | 43 | 54 | 234 | 116 | 37 |
| Binary | 10010 | 10001110 | 1011101 | 1010111 | 0 | 100011 | 101100 | 10011100 | 1001110 | 11111 |
Color Harmonies of #128E5D
Complementary color
Monochromatic Colors of #128E5D
Black with #128E5D
Text Example
Text Example
White with #128E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128E5D; }
p { color: rgb(18,142,93); }
H1.HeaderClassName
{
color: #128E5D;
}
.AnyTagClassName
{
color: #128E5D;
}
</style>
background-color css
<style>
a { background-color: #128E5D; }
a { background-color: rgb(18,142,93); }
div.DivClassName
{
background-color: #128E5D;
}
.BgClassName
{
background-color: #128E5D;
}
</style>
border-color css
<style>
span { border-color: #128E5D; }
span { border-color: rgb(18,142,93); }
td.TdClassName
{
border-color: #128E5D;
}
.TagClassName
{
border-color: #128E5D;
}
</style>