Shades of Elf Green #18846B
Tints of Elf Green #18846B
RGB
CMYK
RGB Variations
Color information
#18846B (or 0x18846B) is known color: Elf Green. HEX triplet: 18, 84 and 6B. RGB value is (24,132,107). Sum of RGB (Red+Green+Blue) = 24+132+107=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #18846B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18846B is #E77B94. Grayscale: #606060. Windows color (decimal): -15170453 or 7046168. OLE color: 7046168.
HSL color Cylindrical-coordinate representation of color #18846B: hue angle of 166.11º 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 #18846B is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 132 | 107 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.48 |
| HSL | 166.11º | 0.69% | 0.31% | - |
| HSV(B) | 166.11º | 0.82% | 0.52% | - |
| XYZ | 11.28 | 17.76 | 16.74 | - |
| YUV | 96.86 | 133.72 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 107 | 0.82 | 0 | 0.19 | 0.48 | 166.11 | 0.69 | 0.31 |
| Hex | 18 | 84 | 6B | 52 | 0 | 13 | 30 | A6 | 45 | 1F |
| Octal | 30 | 204 | 153 | 122 | 0 | 23 | 60 | 246 | 105 | 37 |
| Binary | 11000 | 10000100 | 1101011 | 1010010 | 0 | 10011 | 110000 | 10100110 | 1000101 | 11111 |
Color Harmonies of #18846B
Complementary color
Monochromatic Colors of #18846B
Black with #18846B
Text Example
Text Example
White with #18846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18846B; }
p { color: rgb(24,132,107); }
H1.HeaderClassName
{
color: #18846B;
}
.AnyTagClassName
{
color: #18846B;
}
</style>
background-color css
<style>
a { background-color: #18846B; }
a { background-color: rgb(24,132,107); }
div.DivClassName
{
background-color: #18846B;
}
.BgClassName
{
background-color: #18846B;
}
</style>
border-color css
<style>
span { border-color: #18846B; }
span { border-color: rgb(24,132,107); }
td.TdClassName
{
border-color: #18846B;
}
.TagClassName
{
border-color: #18846B;
}
</style>