Shades of Elf Green #128F6D
Tints of Elf Green #128F6D
RGB
CMYK
RGB Variations
Color information
#128F6D (or 0x128F6D) is known color: Elf Green. HEX triplet: 12, 8F and 6D. RGB value is (18,143,109). Sum of RGB (Red+Green+Blue) = 18+143+109=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 143 (56.25% from 255 or 52.96% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 143 - color contains mainly: green. Hex color #128F6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128F6D is #ED7092. Grayscale: #656565. Windows color (decimal): -15560851 or 7180050. OLE color: 7180050.
HSL color Cylindrical-coordinate representation of color #128F6D: hue angle of 163.68º 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 #128F6D is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 143 | 109 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.44 |
| HSL | 163.68º | 0.78% | 0.32% | - |
| HSV(B) | 163.68º | 0.87% | 0.56% | - |
| XYZ | 12.83 | 20.88 | 17.82 | - |
| YUV | 101.75 | 132.09 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 109 | 0.87 | 0 | 0.24 | 0.44 | 163.68 | 0.78 | 0.32 |
| Hex | 12 | 8F | 6D | 57 | 0 | 18 | 2C | A4 | 4E | 20 |
| Octal | 22 | 217 | 155 | 127 | 0 | 30 | 54 | 244 | 116 | 40 |
| Binary | 10010 | 10001111 | 1101101 | 1010111 | 0 | 11000 | 101100 | 10100100 | 1001110 | 100000 |
Color Harmonies of #128F6D
Complementary color
Monochromatic Colors of #128F6D
Black with #128F6D
Text Example
Text Example
White with #128F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128F6D; }
p { color: rgb(18,143,109); }
H1.HeaderClassName
{
color: #128F6D;
}
.AnyTagClassName
{
color: #128F6D;
}
</style>
background-color css
<style>
a { background-color: #128F6D; }
a { background-color: rgb(18,143,109); }
div.DivClassName
{
background-color: #128F6D;
}
.BgClassName
{
background-color: #128F6D;
}
</style>
border-color css
<style>
span { border-color: #128F6D; }
span { border-color: rgb(18,143,109); }
td.TdClassName
{
border-color: #128F6D;
}
.TagClassName
{
border-color: #128F6D;
}
</style>