Shades of Elf Green #128678
Tints of Elf Green #128678
RGB
CMYK
RGB Variations
Color information
#128678 (or 0x128678) is known color: Elf Green. HEX triplet: 12, 86 and 78. RGB value is (18,134,120). Sum of RGB (Red+Green+Blue) = 18+134+120=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #128678 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128678 is #ED7987. Grayscale: #616161. Windows color (decimal): -15563144 or 7898642. OLE color: 7898642.
HSL color Cylindrical-coordinate representation of color #128678: hue angle of 172.76º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128678 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 134 | 120 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.47 |
| HSL | 172.76º | 0.76% | 0.3% | - |
| HSV(B) | 172.76º | 0.87% | 0.53% | - |
| XYZ | 12.16 | 18.53 | 20.71 | - |
| YUV | 97.72 | 140.57 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 120 | 0.87 | 0 | 0.10 | 0.47 | 172.76 | 0.76 | 0.3 |
| Hex | 12 | 86 | 78 | 57 | 0 | A | 2F | AD | 4C | 1E |
| Octal | 22 | 206 | 170 | 127 | 0 | 12 | 57 | 255 | 114 | 36 |
| Binary | 10010 | 10000110 | 1111000 | 1010111 | 0 | 1010 | 101111 | 10101101 | 1001100 | 11110 |
Color Harmonies of #128678
Complementary color
Monochromatic Colors of #128678
Black with #128678
Text Example
Text Example
White with #128678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128678; }
p { color: rgb(18,134,120); }
H1.HeaderClassName
{
color: #128678;
}
.AnyTagClassName
{
color: #128678;
}
</style>
background-color css
<style>
a { background-color: #128678; }
a { background-color: rgb(18,134,120); }
div.DivClassName
{
background-color: #128678;
}
.BgClassName
{
background-color: #128678;
}
</style>
border-color css
<style>
span { border-color: #128678; }
span { border-color: rgb(18,134,120); }
td.TdClassName
{
border-color: #128678;
}
.TagClassName
{
border-color: #128678;
}
</style>