Shades of Elf Green #12946B
Tints of Elf Green #12946B
RGB
CMYK
RGB Variations
Color information
#12946B (or 0x12946B) is known color: Elf Green. HEX triplet: 12, 94 and 6B. RGB value is (18,148,107). Sum of RGB (Red+Green+Blue) = 18+148+107=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #12946B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12946B is #ED6B94. Grayscale: #686868. Windows color (decimal): -15559573 or 7050258. OLE color: 7050258.
HSL color Cylindrical-coordinate representation of color #12946B: hue angle of 161.08º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12946B is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 148 | 107 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.42 |
| HSL | 161.08º | 0.78% | 0.33% | - |
| HSV(B) | 161.08º | 0.88% | 0.58% | - |
| XYZ | 13.49 | 22.37 | 17.52 | - |
| YUV | 104.46 | 129.43 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 107 | 0.88 | 0 | 0.28 | 0.42 | 161.08 | 0.78 | 0.33 |
| Hex | 12 | 94 | 6B | 58 | 0 | 1C | 2A | A1 | 4E | 21 |
| Octal | 22 | 224 | 153 | 130 | 0 | 34 | 52 | 241 | 116 | 41 |
| Binary | 10010 | 10010100 | 1101011 | 1011000 | 0 | 11100 | 101010 | 10100001 | 1001110 | 100001 |
Color Harmonies of #12946B
Complementary color
Monochromatic Colors of #12946B
Black with #12946B
Text Example
Text Example
White with #12946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12946B; }
p { color: rgb(18,148,107); }
H1.HeaderClassName
{
color: #12946B;
}
.AnyTagClassName
{
color: #12946B;
}
</style>
background-color css
<style>
a { background-color: #12946B; }
a { background-color: rgb(18,148,107); }
div.DivClassName
{
background-color: #12946B;
}
.BgClassName
{
background-color: #12946B;
}
</style>
border-color css
<style>
span { border-color: #12946B; }
span { border-color: rgb(18,148,107); }
td.TdClassName
{
border-color: #12946B;
}
.TagClassName
{
border-color: #12946B;
}
</style>