Shades of Elf Green #18836F
Tints of Elf Green #18836F
RGB
CMYK
RGB Variations
Color information
#18836F (or 0x18836F) is known color: Elf Green. HEX triplet: 18, 83 and 6F. RGB value is (24,131,111). Sum of RGB (Red+Green+Blue) = 24+131+111=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #18836F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18836F is #E77C90. Grayscale: #606060. Windows color (decimal): -15170705 or 7308056. OLE color: 7308056.
HSL color Cylindrical-coordinate representation of color #18836F: hue angle of 168.79º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18836F is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 131 | 111 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.49 |
| HSL | 168.79º | 0.69% | 0.3% | - |
| HSV(B) | 168.79º | 0.82% | 0.51% | - |
| XYZ | 11.36 | 17.57 | 17.83 | - |
| YUV | 96.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 111 | 0.82 | 0 | 0.15 | 0.49 | 168.79 | 0.69 | 0.3 |
| Hex | 18 | 83 | 6F | 52 | 0 | F | 31 | A9 | 45 | 1E |
| Octal | 30 | 203 | 157 | 122 | 0 | 17 | 61 | 251 | 105 | 36 |
| Binary | 11000 | 10000011 | 1101111 | 1010010 | 0 | 1111 | 110001 | 10101001 | 1000101 | 11110 |
Color Harmonies of #18836F
Complementary color
Monochromatic Colors of #18836F
Black with #18836F
Text Example
Text Example
White with #18836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18836F; }
p { color: rgb(24,131,111); }
H1.HeaderClassName
{
color: #18836F;
}
.AnyTagClassName
{
color: #18836F;
}
</style>
background-color css
<style>
a { background-color: #18836F; }
a { background-color: rgb(24,131,111); }
div.DivClassName
{
background-color: #18836F;
}
.BgClassName
{
background-color: #18836F;
}
</style>
border-color css
<style>
span { border-color: #18836F; }
span { border-color: rgb(24,131,111); }
td.TdClassName
{
border-color: #18836F;
}
.TagClassName
{
border-color: #18836F;
}
</style>