Shades of Elf Green #10896D
Tints of Elf Green #10896D
RGB
CMYK
RGB Variations
Color information
#10896D (or 0x10896D) is known color: Elf Green. HEX triplet: 10, 89 and 6D. RGB value is (16,137,109). Sum of RGB (Red+Green+Blue) = 16+137+109=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #10896D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10896D is #EF7692. Grayscale: #616161. Windows color (decimal): -15693459 or 7178512. OLE color: 7178512.
HSL color Cylindrical-coordinate representation of color #10896D: hue angle of 166.12º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10896D is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 137 | 109 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.46 |
| HSL | 166.12º | 0.79% | 0.3% | - |
| HSV(B) | 166.12º | 0.88% | 0.54% | - |
| XYZ | 11.92 | 19.11 | 17.53 | - |
| YUV | 97.63 | 134.41 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 137 | 109 | 0.88 | 0 | 0.20 | 0.46 | 166.12 | 0.79 | 0.3 |
| Hex | 10 | 89 | 6D | 58 | 0 | 14 | 2E | A6 | 4F | 1E |
| Octal | 20 | 211 | 155 | 130 | 0 | 24 | 56 | 246 | 117 | 36 |
| Binary | 10000 | 10001001 | 1101101 | 1011000 | 0 | 10100 | 101110 | 10100110 | 1001111 | 11110 |
Color Harmonies of #10896D
Complementary color
Monochromatic Colors of #10896D
Black with #10896D
Text Example
Text Example
White with #10896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10896D; }
p { color: rgb(16,137,109); }
H1.HeaderClassName
{
color: #10896D;
}
.AnyTagClassName
{
color: #10896D;
}
</style>
background-color css
<style>
a { background-color: #10896D; }
a { background-color: rgb(16,137,109); }
div.DivClassName
{
background-color: #10896D;
}
.BgClassName
{
background-color: #10896D;
}
</style>
border-color css
<style>
span { border-color: #10896D; }
span { border-color: rgb(16,137,109); }
td.TdClassName
{
border-color: #10896D;
}
.TagClassName
{
border-color: #10896D;
}
</style>