Shades of Elf Green #128869
Tints of Elf Green #128869
RGB
CMYK
RGB Variations
Color information
#128869 (or 0x128869) is known color: Elf Green. HEX triplet: 12, 88 and 69. RGB value is (18,136,105). Sum of RGB (Red+Green+Blue) = 18+136+105=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #128869 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128869 is #ED7796. Grayscale: #616161. Windows color (decimal): -15562647 or 6916114. OLE color: 6916114.
HSL color Cylindrical-coordinate representation of color #128869: hue angle of 164.24º degrees, saturation: 0.77, 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 #128869 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 136 | 105 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.47 |
| HSL | 164.24º | 0.77% | 0.3% | - |
| HSV(B) | 164.24º | 0.87% | 0.53% | - |
| XYZ | 11.6 | 18.76 | 16.37 | - |
| YUV | 97.18 | 132.41 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 105 | 0.87 | 0 | 0.23 | 0.47 | 164.24 | 0.77 | 0.3 |
| Hex | 12 | 88 | 69 | 57 | 0 | 17 | 2F | A4 | 4D | 1E |
| Octal | 22 | 210 | 151 | 127 | 0 | 27 | 57 | 244 | 115 | 36 |
| Binary | 10010 | 10001000 | 1101001 | 1010111 | 0 | 10111 | 101111 | 10100100 | 1001101 | 11110 |
Color Harmonies of #128869
Complementary color
Monochromatic Colors of #128869
Black with #128869
Text Example
Text Example
White with #128869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128869; }
p { color: rgb(18,136,105); }
H1.HeaderClassName
{
color: #128869;
}
.AnyTagClassName
{
color: #128869;
}
</style>
background-color css
<style>
a { background-color: #128869; }
a { background-color: rgb(18,136,105); }
div.DivClassName
{
background-color: #128869;
}
.BgClassName
{
background-color: #128869;
}
</style>
border-color css
<style>
span { border-color: #128869; }
span { border-color: rgb(18,136,105); }
td.TdClassName
{
border-color: #128869;
}
.TagClassName
{
border-color: #128869;
}
</style>