Shades of Elf Green #12907A
Tints of Elf Green #12907A
RGB
CMYK
RGB Variations
Color information
#12907A (or 0x12907A) is known color: Elf Green. HEX triplet: 12, 90 and 7A. RGB value is (18,144,122). Sum of RGB (Red+Green+Blue) = 18+144+122=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #12907A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12907A is #ED6F85. Grayscale: #676767. Windows color (decimal): -15560582 or 8032274. OLE color: 8032274.
HSL color Cylindrical-coordinate representation of color #12907A: hue angle of 169.52º 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 #12907A is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 122 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.44 |
| HSL | 169.52º | 0.78% | 0.32% | - |
| HSV(B) | 169.52º | 0.88% | 0.56% | - |
| XYZ | 13.74 | 21.48 | 21.83 | - |
| YUV | 103.82 | 138.26 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 122 | 0.88 | 0 | 0.15 | 0.44 | 169.52 | 0.78 | 0.32 |
| Hex | 12 | 90 | 7A | 58 | 0 | F | 2C | AA | 4E | 20 |
| Octal | 22 | 220 | 172 | 130 | 0 | 17 | 54 | 252 | 116 | 40 |
| Binary | 10010 | 10010000 | 1111010 | 1011000 | 0 | 1111 | 101100 | 10101010 | 1001110 | 100000 |
Color Harmonies of #12907A
Complementary color
Monochromatic Colors of #12907A
Black with #12907A
Text Example
Text Example
White with #12907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12907A; }
p { color: rgb(18,144,122); }
H1.HeaderClassName
{
color: #12907A;
}
.AnyTagClassName
{
color: #12907A;
}
</style>
background-color css
<style>
a { background-color: #12907A; }
a { background-color: rgb(18,144,122); }
div.DivClassName
{
background-color: #12907A;
}
.BgClassName
{
background-color: #12907A;
}
</style>
border-color css
<style>
span { border-color: #12907A; }
span { border-color: rgb(18,144,122); }
td.TdClassName
{
border-color: #12907A;
}
.TagClassName
{
border-color: #12907A;
}
</style>