Shades of Elf Green #18896D
Tints of Elf Green #18896D
RGB
CMYK
RGB Variations
Color information
#18896D (or 0x18896D) is known color: Elf Green. HEX triplet: 18, 89 and 6D. RGB value is (24,137,109). Sum of RGB (Red+Green+Blue) = 24+137+109=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #18896D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18896D is #E77692. Grayscale: #646464. Windows color (decimal): -15169171 or 7178520. OLE color: 7178520.
HSL color Cylindrical-coordinate representation of color #18896D: hue angle of 165.13º 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 #18896D is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 109 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.46 |
| HSL | 165.13º | 0.7% | 0.32% | - |
| HSV(B) | 165.13º | 0.82% | 0.54% | - |
| XYZ | 12.08 | 19.19 | 17.54 | - |
| YUV | 100.02 | 133.06 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 109 | 0.82 | 0 | 0.20 | 0.46 | 165.13 | 0.7 | 0.32 |
| Hex | 18 | 89 | 6D | 52 | 0 | 14 | 2E | A5 | 46 | 20 |
| Octal | 30 | 211 | 155 | 122 | 0 | 24 | 56 | 245 | 106 | 40 |
| Binary | 11000 | 10001001 | 1101101 | 1010010 | 0 | 10100 | 101110 | 10100101 | 1000110 | 100000 |
Color Harmonies of #18896D
Complementary color
Monochromatic Colors of #18896D
Black with #18896D
Text Example
Text Example
White with #18896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18896D; }
p { color: rgb(24,137,109); }
H1.HeaderClassName
{
color: #18896D;
}
.AnyTagClassName
{
color: #18896D;
}
</style>
background-color css
<style>
a { background-color: #18896D; }
a { background-color: rgb(24,137,109); }
div.DivClassName
{
background-color: #18896D;
}
.BgClassName
{
background-color: #18896D;
}
</style>
border-color css
<style>
span { border-color: #18896D; }
span { border-color: rgb(24,137,109); }
td.TdClassName
{
border-color: #18896D;
}
.TagClassName
{
border-color: #18896D;
}
</style>