Shades of Elf Green #18856C
Tints of Elf Green #18856C
RGB
CMYK
RGB Variations
Color information
#18856C (or 0x18856C) is known color: Elf Green. HEX triplet: 18, 85 and 6C. RGB value is (24,133,108). Sum of RGB (Red+Green+Blue) = 24+133+108=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #18856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18856C is #E77A93. Grayscale: #616161. Windows color (decimal): -15170196 or 7111960. OLE color: 7111960.
HSL color Cylindrical-coordinate representation of color #18856C: hue angle of 166.24º 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 #18856C is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 108 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.48 |
| HSL | 166.24º | 0.69% | 0.31% | - |
| HSV(B) | 166.24º | 0.82% | 0.52% | - |
| XYZ | 11.47 | 18.05 | 17.07 | - |
| YUV | 97.56 | 133.89 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 108 | 0.82 | 0 | 0.19 | 0.48 | 166.24 | 0.69 | 0.31 |
| Hex | 18 | 85 | 6C | 52 | 0 | 13 | 30 | A6 | 45 | 1F |
| Octal | 30 | 205 | 154 | 122 | 0 | 23 | 60 | 246 | 105 | 37 |
| Binary | 11000 | 10000101 | 1101100 | 1010010 | 0 | 10011 | 110000 | 10100110 | 1000101 | 11111 |
Color Harmonies of #18856C
Complementary color
Monochromatic Colors of #18856C
Black with #18856C
Text Example
Text Example
White with #18856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18856C; }
p { color: rgb(24,133,108); }
H1.HeaderClassName
{
color: #18856C;
}
.AnyTagClassName
{
color: #18856C;
}
</style>
background-color css
<style>
a { background-color: #18856C; }
a { background-color: rgb(24,133,108); }
div.DivClassName
{
background-color: #18856C;
}
.BgClassName
{
background-color: #18856C;
}
</style>
border-color css
<style>
span { border-color: #18856C; }
span { border-color: rgb(24,133,108); }
td.TdClassName
{
border-color: #18856C;
}
.TagClassName
{
border-color: #18856C;
}
</style>