Shades of Elf Green #128965
Tints of Elf Green #128965
RGB
CMYK
RGB Variations
Color information
#128965 (or 0x128965) is known color: Elf Green. HEX triplet: 12, 89 and 65. RGB value is (18,137,101). Sum of RGB (Red+Green+Blue) = 18+137+101=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #128965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128965 is #ED769A. Grayscale: #616161. Windows color (decimal): -15562395 or 6654226. OLE color: 6654226.
HSL color Cylindrical-coordinate representation of color #128965: hue angle of 161.85º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128965 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 137 | 101 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.46 |
| HSL | 161.85º | 0.77% | 0.3% | - |
| HSV(B) | 161.85º | 0.87% | 0.54% | - |
| XYZ | 11.54 | 18.96 | 15.36 | - |
| YUV | 97.32 | 130.08 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 137 | 101 | 0.87 | 0 | 0.26 | 0.46 | 161.85 | 0.77 | 0.3 |
| Hex | 12 | 89 | 65 | 57 | 0 | 1A | 2E | A2 | 4D | 1E |
| Octal | 22 | 211 | 145 | 127 | 0 | 32 | 56 | 242 | 115 | 36 |
| Binary | 10010 | 10001001 | 1100101 | 1010111 | 0 | 11010 | 101110 | 10100010 | 1001101 | 11110 |
Color Harmonies of #128965
Complementary color
Monochromatic Colors of #128965
Black with #128965
Text Example
Text Example
White with #128965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128965; }
p { color: rgb(18,137,101); }
H1.HeaderClassName
{
color: #128965;
}
.AnyTagClassName
{
color: #128965;
}
</style>
background-color css
<style>
a { background-color: #128965; }
a { background-color: rgb(18,137,101); }
div.DivClassName
{
background-color: #128965;
}
.BgClassName
{
background-color: #128965;
}
</style>
border-color css
<style>
span { border-color: #128965; }
span { border-color: rgb(18,137,101); }
td.TdClassName
{
border-color: #128965;
}
.TagClassName
{
border-color: #128965;
}
</style>