Shades of Elf Green #129265
Tints of Elf Green #129265
RGB
CMYK
RGB Variations
Color information
#129265 (or 0x129265) is known color: Elf Green. HEX triplet: 12, 92 and 65. RGB value is (18,146,101). Sum of RGB (Red+Green+Blue) = 18+146+101=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #129265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129265 is #ED6D9A. Grayscale: #666666. Windows color (decimal): -15560091 or 6656530. OLE color: 6656530.
HSL color Cylindrical-coordinate representation of color #129265: hue angle of 158.91º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129265 is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 101 | - |
| CMYK | 0.88 | 0 | 0.31 | 0.43 |
| HSL | 158.91º | 0.78% | 0.32% | - |
| HSV(B) | 158.91º | 0.88% | 0.57% | - |
| XYZ | 12.88 | 21.63 | 15.81 | - |
| YUV | 102.6 | 127.09 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 101 | 0.88 | 0 | 0.31 | 0.43 | 158.91 | 0.78 | 0.32 |
| Hex | 12 | 92 | 65 | 58 | 0 | 1F | 2B | 9F | 4E | 20 |
| Octal | 22 | 222 | 145 | 130 | 0 | 37 | 53 | 237 | 116 | 40 |
| Binary | 10010 | 10010010 | 1100101 | 1011000 | 0 | 11111 | 101011 | 10011111 | 1001110 | 100000 |
Color Harmonies of #129265
Complementary color
Monochromatic Colors of #129265
Black with #129265
Text Example
Text Example
White with #129265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129265; }
p { color: rgb(18,146,101); }
H1.HeaderClassName
{
color: #129265;
}
.AnyTagClassName
{
color: #129265;
}
</style>
background-color css
<style>
a { background-color: #129265; }
a { background-color: rgb(18,146,101); }
div.DivClassName
{
background-color: #129265;
}
.BgClassName
{
background-color: #129265;
}
</style>
border-color css
<style>
span { border-color: #129265; }
span { border-color: rgb(18,146,101); }
td.TdClassName
{
border-color: #129265;
}
.TagClassName
{
border-color: #129265;
}
</style>