Shades of Elf Green #128E69
Tints of Elf Green #128E69
RGB
CMYK
RGB Variations
Color information
#128E69 (or 0x128E69) is known color: Elf Green. HEX triplet: 12, 8E and 69. RGB value is (18,142,105). Sum of RGB (Red+Green+Blue) = 18+142+105=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #128E69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128E69 is #ED7196. Grayscale: #646464. Windows color (decimal): -15561111 or 6917650. OLE color: 6917650.
HSL color Cylindrical-coordinate representation of color #128E69: hue angle of 162.1º 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 #128E69 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 142 | 105 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.44 |
| HSL | 162.1º | 0.78% | 0.31% | - |
| HSV(B) | 162.1º | 0.87% | 0.56% | - |
| XYZ | 12.47 | 20.49 | 16.66 | - |
| YUV | 100.71 | 130.42 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 142 | 105 | 0.87 | 0 | 0.26 | 0.44 | 162.1 | 0.78 | 0.31 |
| Hex | 12 | 8E | 69 | 57 | 0 | 1A | 2C | A2 | 4E | 1F |
| Octal | 22 | 216 | 151 | 127 | 0 | 32 | 54 | 242 | 116 | 37 |
| Binary | 10010 | 10001110 | 1101001 | 1010111 | 0 | 11010 | 101100 | 10100010 | 1001110 | 11111 |
Color Harmonies of #128E69
Complementary color
Monochromatic Colors of #128E69
Black with #128E69
Text Example
Text Example
White with #128E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128E69; }
p { color: rgb(18,142,105); }
H1.HeaderClassName
{
color: #128E69;
}
.AnyTagClassName
{
color: #128E69;
}
</style>
background-color css
<style>
a { background-color: #128E69; }
a { background-color: rgb(18,142,105); }
div.DivClassName
{
background-color: #128E69;
}
.BgClassName
{
background-color: #128E69;
}
</style>
border-color css
<style>
span { border-color: #128E69; }
span { border-color: rgb(18,142,105); }
td.TdClassName
{
border-color: #128E69;
}
.TagClassName
{
border-color: #128E69;
}
</style>