Shades of Elf Green #18846C
Tints of Elf Green #18846C
RGB
CMYK
RGB Variations
Color information
#18846C (or 0x18846C) is known color: Elf Green. HEX triplet: 18, 84 and 6C. RGB value is (24,132,108). Sum of RGB (Red+Green+Blue) = 24+132+108=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #18846C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18846C is #E77B93. Grayscale: #606060. Windows color (decimal): -15170452 or 7111704. OLE color: 7111704.
HSL color Cylindrical-coordinate representation of color #18846C: hue angle of 166.67º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18846C is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 132 | 108 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.48 |
| HSL | 166.67º | 0.69% | 0.31% | - |
| HSV(B) | 166.67º | 0.82% | 0.52% | - |
| XYZ | 11.33 | 17.78 | 17.02 | - |
| YUV | 96.97 | 134.22 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 108 | 0.82 | 0 | 0.18 | 0.48 | 166.67 | 0.69 | 0.31 |
| Hex | 18 | 84 | 6C | 52 | 0 | 12 | 30 | A7 | 45 | 1F |
| Octal | 30 | 204 | 154 | 122 | 0 | 22 | 60 | 247 | 105 | 37 |
| Binary | 11000 | 10000100 | 1101100 | 1010010 | 0 | 10010 | 110000 | 10100111 | 1000101 | 11111 |
Color Harmonies of #18846C
Complementary color
Monochromatic Colors of #18846C
Black with #18846C
Text Example
Text Example
White with #18846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18846C; }
p { color: rgb(24,132,108); }
H1.HeaderClassName
{
color: #18846C;
}
.AnyTagClassName
{
color: #18846C;
}
</style>
background-color css
<style>
a { background-color: #18846C; }
a { background-color: rgb(24,132,108); }
div.DivClassName
{
background-color: #18846C;
}
.BgClassName
{
background-color: #18846C;
}
</style>
border-color css
<style>
span { border-color: #18846C; }
span { border-color: rgb(24,132,108); }
td.TdClassName
{
border-color: #18846C;
}
.TagClassName
{
border-color: #18846C;
}
</style>