Shades of Elf Green #128F6C
Tints of Elf Green #128F6C
RGB
CMYK
RGB Variations
Color information
#128F6C (or 0x128F6C) is known color: Elf Green. HEX triplet: 12, 8F and 6C. RGB value is (18,143,108). Sum of RGB (Red+Green+Blue) = 18+143+108=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 143 (56.25% from 255 or 53.16% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 143 - color contains mainly: green. Hex color #128F6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128F6C is #ED7093. Grayscale: #656565. Windows color (decimal): -15560852 or 7114514. OLE color: 7114514.
HSL color Cylindrical-coordinate representation of color #128F6C: hue angle of 163.2º 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 #128F6C is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 143 | 108 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.44 |
| HSL | 163.2º | 0.78% | 0.32% | - |
| HSV(B) | 163.2º | 0.87% | 0.56% | - |
| XYZ | 12.78 | 20.86 | 17.54 | - |
| YUV | 101.64 | 131.59 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 108 | 0.87 | 0 | 0.24 | 0.44 | 163.2 | 0.78 | 0.32 |
| Hex | 12 | 8F | 6C | 57 | 0 | 18 | 2C | A3 | 4E | 20 |
| Octal | 22 | 217 | 154 | 127 | 0 | 30 | 54 | 243 | 116 | 40 |
| Binary | 10010 | 10001111 | 1101100 | 1010111 | 0 | 11000 | 101100 | 10100011 | 1001110 | 100000 |
Color Harmonies of #128F6C
Complementary color
Monochromatic Colors of #128F6C
Black with #128F6C
Text Example
Text Example
White with #128F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128F6C; }
p { color: rgb(18,143,108); }
H1.HeaderClassName
{
color: #128F6C;
}
.AnyTagClassName
{
color: #128F6C;
}
</style>
background-color css
<style>
a { background-color: #128F6C; }
a { background-color: rgb(18,143,108); }
div.DivClassName
{
background-color: #128F6C;
}
.BgClassName
{
background-color: #128F6C;
}
</style>
border-color css
<style>
span { border-color: #128F6C; }
span { border-color: rgb(18,143,108); }
td.TdClassName
{
border-color: #128F6C;
}
.TagClassName
{
border-color: #128F6C;
}
</style>