Shades of Elf Green #12876C
Tints of Elf Green #12876C
RGB
CMYK
RGB Variations
Color information
#12876C (or 0x12876C) is known color: Elf Green. HEX triplet: 12, 87 and 6C. RGB value is (18,135,108). Sum of RGB (Red+Green+Blue) = 18+135+108=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #12876C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12876C is #ED7893. Grayscale: #606060. Windows color (decimal): -15562900 or 7112466. OLE color: 7112466.
HSL color Cylindrical-coordinate representation of color #12876C: hue angle of 166.15º 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 #12876C is Cyan = 0.87, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 135 | 108 | - |
| CMYK | 0.87 | 0 | 0.2 | 0.47 |
| HSL | 166.15º | 0.76% | 0.3% | - |
| HSV(B) | 166.15º | 0.87% | 0.53% | - |
| XYZ | 11.62 | 18.54 | 17.15 | - |
| YUV | 96.94 | 134.24 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 108 | 0.87 | 0 | 0.2 | 0.47 | 166.15 | 0.76 | 0.3 |
| Hex | 12 | 87 | 6C | 57 | 0 | 14 | 2F | A6 | 4C | 1E |
| Octal | 22 | 207 | 154 | 127 | 0 | 24 | 57 | 246 | 114 | 36 |
| Binary | 10010 | 10000111 | 1101100 | 1010111 | 0 | 10100 | 101111 | 10100110 | 1001100 | 11110 |
Color Harmonies of #12876C
Complementary color
Monochromatic Colors of #12876C
Black with #12876C
Text Example
Text Example
White with #12876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12876C; }
p { color: rgb(18,135,108); }
H1.HeaderClassName
{
color: #12876C;
}
.AnyTagClassName
{
color: #12876C;
}
</style>
background-color css
<style>
a { background-color: #12876C; }
a { background-color: rgb(18,135,108); }
div.DivClassName
{
background-color: #12876C;
}
.BgClassName
{
background-color: #12876C;
}
</style>
border-color css
<style>
span { border-color: #12876C; }
span { border-color: rgb(18,135,108); }
td.TdClassName
{
border-color: #12876C;
}
.TagClassName
{
border-color: #12876C;
}
</style>