Shades of Elf Green #12886B
Tints of Elf Green #12886B
RGB
CMYK
RGB Variations
Color information
#12886B (or 0x12886B) is known color: Elf Green. HEX triplet: 12, 88 and 6B. RGB value is (18,136,107). Sum of RGB (Red+Green+Blue) = 18+136+107=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #12886B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12886B is #ED7794. Grayscale: #616161. Windows color (decimal): -15562645 or 7047186. OLE color: 7047186.
HSL color Cylindrical-coordinate representation of color #12886B: hue angle of 165.25º 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 #12886B is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 136 | 107 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.47 |
| HSL | 165.25º | 0.77% | 0.3% | - |
| HSV(B) | 165.25º | 0.87% | 0.53% | - |
| XYZ | 11.71 | 18.8 | 16.92 | - |
| YUV | 97.41 | 133.41 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 107 | 0.87 | 0 | 0.21 | 0.47 | 165.25 | 0.77 | 0.3 |
| Hex | 12 | 88 | 6B | 57 | 0 | 15 | 2F | A5 | 4D | 1E |
| Octal | 22 | 210 | 153 | 127 | 0 | 25 | 57 | 245 | 115 | 36 |
| Binary | 10010 | 10001000 | 1101011 | 1010111 | 0 | 10101 | 101111 | 10100101 | 1001101 | 11110 |
Color Harmonies of #12886B
Complementary color
Monochromatic Colors of #12886B
Black with #12886B
Text Example
Text Example
White with #12886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12886B; }
p { color: rgb(18,136,107); }
H1.HeaderClassName
{
color: #12886B;
}
.AnyTagClassName
{
color: #12886B;
}
</style>
background-color css
<style>
a { background-color: #12886B; }
a { background-color: rgb(18,136,107); }
div.DivClassName
{
background-color: #12886B;
}
.BgClassName
{
background-color: #12886B;
}
</style>
border-color css
<style>
span { border-color: #12886B; }
span { border-color: rgb(18,136,107); }
td.TdClassName
{
border-color: #12886B;
}
.TagClassName
{
border-color: #12886B;
}
</style>