Shades of Elf Green #12906B
Tints of Elf Green #12906B
RGB
CMYK
RGB Variations
Color information
#12906B (or 0x12906B) is known color: Elf Green. HEX triplet: 12, 90 and 6B. RGB value is (18,144,107). Sum of RGB (Red+Green+Blue) = 18+144+107=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #12906B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12906B is #ED6F94. Grayscale: #666666. Windows color (decimal): -15560597 or 7049234. OLE color: 7049234.
HSL color Cylindrical-coordinate representation of color #12906B: hue angle of 162.38º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12906B is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 107 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.44 |
| HSL | 162.38º | 0.78% | 0.32% | - |
| HSV(B) | 162.38º | 0.88% | 0.56% | - |
| XYZ | 12.88 | 21.14 | 17.31 | - |
| YUV | 102.11 | 130.76 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 107 | 0.88 | 0 | 0.26 | 0.44 | 162.38 | 0.78 | 0.32 |
| Hex | 12 | 90 | 6B | 58 | 0 | 1A | 2C | A2 | 4E | 20 |
| Octal | 22 | 220 | 153 | 130 | 0 | 32 | 54 | 242 | 116 | 40 |
| Binary | 10010 | 10010000 | 1101011 | 1011000 | 0 | 11010 | 101100 | 10100010 | 1001110 | 100000 |
Color Harmonies of #12906B
Complementary color
Monochromatic Colors of #12906B
Black with #12906B
Text Example
Text Example
White with #12906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12906B; }
p { color: rgb(18,144,107); }
H1.HeaderClassName
{
color: #12906B;
}
.AnyTagClassName
{
color: #12906B;
}
</style>
background-color css
<style>
a { background-color: #12906B; }
a { background-color: rgb(18,144,107); }
div.DivClassName
{
background-color: #12906B;
}
.BgClassName
{
background-color: #12906B;
}
</style>
border-color css
<style>
span { border-color: #12906B; }
span { border-color: rgb(18,144,107); }
td.TdClassName
{
border-color: #12906B;
}
.TagClassName
{
border-color: #12906B;
}
</style>