Shades of Elf Green #0E9468
Tints of Elf Green #0E9468
RGB
CMYK
RGB Variations
Color information
#0E9468 (or 0x0E9468) is known color: Elf Green. HEX triplet: 0E, 94 and 68. RGB value is (14,148,104). Sum of RGB (Red+Green+Blue) = 14+148+104=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #0E9468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9468 is #F16B97. Grayscale: #666666. Windows color (decimal): -15821720 or 6853646. OLE color: 6853646.
HSL color Cylindrical-coordinate representation of color #0E9468: hue angle of 160.3º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9468 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 148 | 104 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.42 |
| HSL | 160.3º | 0.83% | 0.32% | - |
| HSV(B) | 160.3º | 0.91% | 0.58% | - |
| XYZ | 13.27 | 22.27 | 16.7 | - |
| YUV | 102.92 | 128.61 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 148 | 104 | 0.91 | 0 | 0.30 | 0.42 | 160.3 | 0.83 | 0.32 |
| Hex | E | 94 | 68 | 5B | 0 | 1E | 2A | A0 | 53 | 20 |
| Octal | 16 | 224 | 150 | 133 | 0 | 36 | 52 | 240 | 123 | 40 |
| Binary | 1110 | 10010100 | 1101000 | 1011011 | 0 | 11110 | 101010 | 10100000 | 1010011 | 100000 |
Color Harmonies of #0E9468
Complementary color
Monochromatic Colors of #0E9468
Black with #0E9468
Text Example
Text Example
White with #0E9468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9468; }
p { color: rgb(14,148,104); }
H1.HeaderClassName
{
color: #0E9468;
}
.AnyTagClassName
{
color: #0E9468;
}
</style>
background-color css
<style>
a { background-color: #0E9468; }
a { background-color: rgb(14,148,104); }
div.DivClassName
{
background-color: #0E9468;
}
.BgClassName
{
background-color: #0E9468;
}
</style>
border-color css
<style>
span { border-color: #0E9468; }
span { border-color: rgb(14,148,104); }
td.TdClassName
{
border-color: #0E9468;
}
.TagClassName
{
border-color: #0E9468;
}
</style>