Shades of Elf Green #18956F
Tints of Elf Green #18956F
RGB
CMYK
RGB Variations
Color information
#18956F (or 0x18956F) is known color: Elf Green. HEX triplet: 18, 95 and 6F. RGB value is (24,149,111). Sum of RGB (Red+Green+Blue) = 24+149+111=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #18956F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18956F is #E76A90. Grayscale: #6B6B6B. Windows color (decimal): -15166097 or 7312664. OLE color: 7312664.
HSL color Cylindrical-coordinate representation of color #18956F: hue angle of 161.76º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18956F is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 149 | 111 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.42 |
| HSL | 161.76º | 0.72% | 0.34% | - |
| HSV(B) | 161.76º | 0.84% | 0.58% | - |
| XYZ | 13.99 | 22.84 | 18.71 | - |
| YUV | 107.29 | 130.09 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 111 | 0.84 | 0 | 0.26 | 0.42 | 161.76 | 0.72 | 0.34 |
| Hex | 18 | 95 | 6F | 54 | 0 | 1A | 2A | A2 | 48 | 22 |
| Octal | 30 | 225 | 157 | 124 | 0 | 32 | 52 | 242 | 110 | 42 |
| Binary | 11000 | 10010101 | 1101111 | 1010100 | 0 | 11010 | 101010 | 10100010 | 1001000 | 100010 |
Color Harmonies of #18956F
Complementary color
Monochromatic Colors of #18956F
Black with #18956F
Text Example
Text Example
White with #18956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18956F; }
p { color: rgb(24,149,111); }
H1.HeaderClassName
{
color: #18956F;
}
.AnyTagClassName
{
color: #18956F;
}
</style>
background-color css
<style>
a { background-color: #18956F; }
a { background-color: rgb(24,149,111); }
div.DivClassName
{
background-color: #18956F;
}
.BgClassName
{
background-color: #18956F;
}
</style>
border-color css
<style>
span { border-color: #18956F; }
span { border-color: rgb(24,149,111); }
td.TdClassName
{
border-color: #18956F;
}
.TagClassName
{
border-color: #18956F;
}
</style>