Shades of Elf Green #128F5E
Tints of Elf Green #128F5E
RGB
CMYK
RGB Variations
Color information
#128F5E (or 0x128F5E) is known color: Elf Green. HEX triplet: 12, 8F and 5E. RGB value is (18,143,94). Sum of RGB (Red+Green+Blue) = 18+143+94=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 143 (56.25% from 255 or 56.08% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 143 - color contains mainly: green. Hex color #128F5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128F5E is #ED70A1. Grayscale: #646464. Windows color (decimal): -15560866 or 6197010. OLE color: 6197010.
HSL color Cylindrical-coordinate representation of color #128F5E: hue angle of 156.48º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128F5E is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 143 | 94 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.44 |
| HSL | 156.48º | 0.78% | 0.32% | - |
| HSV(B) | 156.48º | 0.87% | 0.56% | - |
| XYZ | 12.09 | 20.58 | 13.93 | - |
| YUV | 100.04 | 124.59 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 94 | 0.87 | 0 | 0.34 | 0.44 | 156.48 | 0.78 | 0.32 |
| Hex | 12 | 8F | 5E | 57 | 0 | 22 | 2C | 9C | 4E | 20 |
| Octal | 22 | 217 | 136 | 127 | 0 | 42 | 54 | 234 | 116 | 40 |
| Binary | 10010 | 10001111 | 1011110 | 1010111 | 0 | 100010 | 101100 | 10011100 | 1001110 | 100000 |
Color Harmonies of #128F5E
Complementary color
Monochromatic Colors of #128F5E
Black with #128F5E
Text Example
Text Example
White with #128F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128F5E; }
p { color: rgb(18,143,94); }
H1.HeaderClassName
{
color: #128F5E;
}
.AnyTagClassName
{
color: #128F5E;
}
</style>
background-color css
<style>
a { background-color: #128F5E; }
a { background-color: rgb(18,143,94); }
div.DivClassName
{
background-color: #128F5E;
}
.BgClassName
{
background-color: #128F5E;
}
</style>
border-color css
<style>
span { border-color: #128F5E; }
span { border-color: rgb(18,143,94); }
td.TdClassName
{
border-color: #128F5E;
}
.TagClassName
{
border-color: #128F5E;
}
</style>