Shades of Elf Green #128F66
Tints of Elf Green #128F66
RGB
CMYK
RGB Variations
Color information
#128F66 (or 0x128F66) is known color: Elf Green. HEX triplet: 12, 8F and 66. RGB value is (18,143,102). Sum of RGB (Red+Green+Blue) = 18+143+102=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 143 (56.25% from 255 or 54.37% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 143 - color contains mainly: green. Hex color #128F66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128F66 is #ED7099. Grayscale: #646464. Windows color (decimal): -15560858 or 6721298. OLE color: 6721298.
HSL color Cylindrical-coordinate representation of color #128F66: hue angle of 160.32º 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 #128F66 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 143 | 102 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.44 |
| HSL | 160.32º | 0.78% | 0.32% | - |
| HSV(B) | 160.32º | 0.87% | 0.56% | - |
| XYZ | 12.47 | 20.73 | 15.91 | - |
| YUV | 100.95 | 128.59 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 102 | 0.87 | 0 | 0.29 | 0.44 | 160.32 | 0.78 | 0.32 |
| Hex | 12 | 8F | 66 | 57 | 0 | 1D | 2C | A0 | 4E | 20 |
| Octal | 22 | 217 | 146 | 127 | 0 | 35 | 54 | 240 | 116 | 40 |
| Binary | 10010 | 10001111 | 1100110 | 1010111 | 0 | 11101 | 101100 | 10100000 | 1001110 | 100000 |
Color Harmonies of #128F66
Complementary color
Monochromatic Colors of #128F66
Black with #128F66
Text Example
Text Example
White with #128F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128F66; }
p { color: rgb(18,143,102); }
H1.HeaderClassName
{
color: #128F66;
}
.AnyTagClassName
{
color: #128F66;
}
</style>
background-color css
<style>
a { background-color: #128F66; }
a { background-color: rgb(18,143,102); }
div.DivClassName
{
background-color: #128F66;
}
.BgClassName
{
background-color: #128F66;
}
</style>
border-color css
<style>
span { border-color: #128F66; }
span { border-color: rgb(18,143,102); }
td.TdClassName
{
border-color: #128F66;
}
.TagClassName
{
border-color: #128F66;
}
</style>