Shades of Elf Green #12896B
Tints of Elf Green #12896B
RGB
CMYK
RGB Variations
Color information
#12896B (or 0x12896B) is known color: Elf Green. HEX triplet: 12, 89 and 6B. RGB value is (18,137,107). Sum of RGB (Red+Green+Blue) = 18+137+107=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #12896B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12896B is #ED7694. Grayscale: #626262. Windows color (decimal): -15562389 or 7047442. OLE color: 7047442.
HSL color Cylindrical-coordinate representation of color #12896B: hue angle of 164.87º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12896B is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 137 | 107 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.46 |
| HSL | 164.87º | 0.77% | 0.3% | - |
| HSV(B) | 164.87º | 0.87% | 0.54% | - |
| XYZ | 11.85 | 19.08 | 16.97 | - |
| YUV | 98 | 133.08 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 137 | 107 | 0.87 | 0 | 0.22 | 0.46 | 164.87 | 0.77 | 0.3 |
| Hex | 12 | 89 | 6B | 57 | 0 | 16 | 2E | A5 | 4D | 1E |
| Octal | 22 | 211 | 153 | 127 | 0 | 26 | 56 | 245 | 115 | 36 |
| Binary | 10010 | 10001001 | 1101011 | 1010111 | 0 | 10110 | 101110 | 10100101 | 1001101 | 11110 |
Color Harmonies of #12896B
Complementary color
Monochromatic Colors of #12896B
Black with #12896B
Text Example
Text Example
White with #12896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12896B; }
p { color: rgb(18,137,107); }
H1.HeaderClassName
{
color: #12896B;
}
.AnyTagClassName
{
color: #12896B;
}
</style>
background-color css
<style>
a { background-color: #12896B; }
a { background-color: rgb(18,137,107); }
div.DivClassName
{
background-color: #12896B;
}
.BgClassName
{
background-color: #12896B;
}
</style>
border-color css
<style>
span { border-color: #12896B; }
span { border-color: rgb(18,137,107); }
td.TdClassName
{
border-color: #12896B;
}
.TagClassName
{
border-color: #12896B;
}
</style>