Shades of Elf Green #18896C
Tints of Elf Green #18896C
RGB
CMYK
RGB Variations
Color information
#18896C (or 0x18896C) is known color: Elf Green. HEX triplet: 18, 89 and 6C. RGB value is (24,137,108). Sum of RGB (Red+Green+Blue) = 24+137+108=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #18896C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18896C is #E77693. Grayscale: #636363. Windows color (decimal): -15169172 or 7112984. OLE color: 7112984.
HSL color Cylindrical-coordinate representation of color #18896C: hue angle of 164.6º 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 #18896C is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 108 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.46 |
| HSL | 164.6º | 0.7% | 0.32% | - |
| HSV(B) | 164.6º | 0.82% | 0.54% | - |
| XYZ | 12.03 | 19.17 | 17.25 | - |
| YUV | 99.91 | 132.56 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 108 | 0.82 | 0 | 0.21 | 0.46 | 164.6 | 0.7 | 0.32 |
| Hex | 18 | 89 | 6C | 52 | 0 | 15 | 2E | A5 | 46 | 20 |
| Octal | 30 | 211 | 154 | 122 | 0 | 25 | 56 | 245 | 106 | 40 |
| Binary | 11000 | 10001001 | 1101100 | 1010010 | 0 | 10101 | 101110 | 10100101 | 1000110 | 100000 |
Color Harmonies of #18896C
Complementary color
Monochromatic Colors of #18896C
Black with #18896C
Text Example
Text Example
White with #18896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18896C; }
p { color: rgb(24,137,108); }
H1.HeaderClassName
{
color: #18896C;
}
.AnyTagClassName
{
color: #18896C;
}
</style>
background-color css
<style>
a { background-color: #18896C; }
a { background-color: rgb(24,137,108); }
div.DivClassName
{
background-color: #18896C;
}
.BgClassName
{
background-color: #18896C;
}
</style>
border-color css
<style>
span { border-color: #18896C; }
span { border-color: rgb(24,137,108); }
td.TdClassName
{
border-color: #18896C;
}
.TagClassName
{
border-color: #18896C;
}
</style>