Shades of Elf Green #129365
Tints of Elf Green #129365
RGB
CMYK
RGB Variations
Color information
#129365 (or 0x129365) is known color: Elf Green. HEX triplet: 12, 93 and 65. RGB value is (18,147,101). Sum of RGB (Red+Green+Blue) = 18+147+101=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #129365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129365 is #ED6C9A. Grayscale: #676767. Windows color (decimal): -15559835 or 6656786. OLE color: 6656786.
HSL color Cylindrical-coordinate representation of color #129365: hue angle of 158.6º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129365 is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 101 | - |
| CMYK | 0.88 | 0 | 0.31 | 0.42 |
| HSL | 158.6º | 0.78% | 0.32% | - |
| HSV(B) | 158.6º | 0.88% | 0.58% | - |
| XYZ | 13.03 | 21.94 | 15.86 | - |
| YUV | 103.19 | 126.76 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 101 | 0.88 | 0 | 0.31 | 0.42 | 158.6 | 0.78 | 0.32 |
| Hex | 12 | 93 | 65 | 58 | 0 | 1F | 2A | 9F | 4E | 20 |
| Octal | 22 | 223 | 145 | 130 | 0 | 37 | 52 | 237 | 116 | 40 |
| Binary | 10010 | 10010011 | 1100101 | 1011000 | 0 | 11111 | 101010 | 10011111 | 1001110 | 100000 |
Color Harmonies of #129365
Complementary color
Monochromatic Colors of #129365
Black with #129365
Text Example
Text Example
White with #129365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129365; }
p { color: rgb(18,147,101); }
H1.HeaderClassName
{
color: #129365;
}
.AnyTagClassName
{
color: #129365;
}
</style>
background-color css
<style>
a { background-color: #129365; }
a { background-color: rgb(18,147,101); }
div.DivClassName
{
background-color: #129365;
}
.BgClassName
{
background-color: #129365;
}
</style>
border-color css
<style>
span { border-color: #129365; }
span { border-color: rgb(18,147,101); }
td.TdClassName
{
border-color: #129365;
}
.TagClassName
{
border-color: #129365;
}
</style>