Shades of Elf Green #18896E
Tints of Elf Green #18896E
RGB
CMYK
RGB Variations
Color information
#18896E (or 0x18896E) is known color: Elf Green. HEX triplet: 18, 89 and 6E. RGB value is (24,137,110). Sum of RGB (Red+Green+Blue) = 24+137+110=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #18896E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18896E is #E77691. Grayscale: #646464. Windows color (decimal): -15169170 or 7244056. OLE color: 7244056.
HSL color Cylindrical-coordinate representation of color #18896E: hue angle of 165.66º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18896E is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 110 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.46 |
| HSL | 165.66º | 0.7% | 0.32% | - |
| HSV(B) | 165.66º | 0.82% | 0.54% | - |
| XYZ | 12.14 | 19.21 | 17.82 | - |
| YUV | 100.14 | 133.56 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 110 | 0.82 | 0 | 0.20 | 0.46 | 165.66 | 0.7 | 0.32 |
| Hex | 18 | 89 | 6E | 52 | 0 | 14 | 2E | A6 | 46 | 20 |
| Octal | 30 | 211 | 156 | 122 | 0 | 24 | 56 | 246 | 106 | 40 |
| Binary | 11000 | 10001001 | 1101110 | 1010010 | 0 | 10100 | 101110 | 10100110 | 1000110 | 100000 |
Color Harmonies of #18896E
Complementary color
Monochromatic Colors of #18896E
Black with #18896E
Text Example
Text Example
White with #18896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18896E; }
p { color: rgb(24,137,110); }
H1.HeaderClassName
{
color: #18896E;
}
.AnyTagClassName
{
color: #18896E;
}
</style>
background-color css
<style>
a { background-color: #18896E; }
a { background-color: rgb(24,137,110); }
div.DivClassName
{
background-color: #18896E;
}
.BgClassName
{
background-color: #18896E;
}
</style>
border-color css
<style>
span { border-color: #18896E; }
span { border-color: rgb(24,137,110); }
td.TdClassName
{
border-color: #18896E;
}
.TagClassName
{
border-color: #18896E;
}
</style>