Shades of Elf Green #18926F
Tints of Elf Green #18926F
RGB
CMYK
RGB Variations
Color information
#18926F (or 0x18926F) is known color: Elf Green. HEX triplet: 18, 92 and 6F. RGB value is (24,146,111). Sum of RGB (Red+Green+Blue) = 24+146+111=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #18926F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18926F is #E76D90. Grayscale: #696969. Windows color (decimal): -15166865 or 7311896. OLE color: 7311896.
HSL color Cylindrical-coordinate representation of color #18926F: hue angle of 162.79º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18926F is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 146 | 111 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.43 |
| HSL | 162.79º | 0.72% | 0.33% | - |
| HSV(B) | 162.79º | 0.84% | 0.57% | - |
| XYZ | 13.52 | 21.9 | 18.55 | - |
| YUV | 105.53 | 131.08 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 111 | 0.84 | 0 | 0.24 | 0.43 | 162.79 | 0.72 | 0.33 |
| Hex | 18 | 92 | 6F | 54 | 0 | 18 | 2B | A3 | 48 | 21 |
| Octal | 30 | 222 | 157 | 124 | 0 | 30 | 53 | 243 | 110 | 41 |
| Binary | 11000 | 10010010 | 1101111 | 1010100 | 0 | 11000 | 101011 | 10100011 | 1001000 | 100001 |
Color Harmonies of #18926F
Complementary color
Monochromatic Colors of #18926F
Black with #18926F
Text Example
Text Example
White with #18926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18926F; }
p { color: rgb(24,146,111); }
H1.HeaderClassName
{
color: #18926F;
}
.AnyTagClassName
{
color: #18926F;
}
</style>
background-color css
<style>
a { background-color: #18926F; }
a { background-color: rgb(24,146,111); }
div.DivClassName
{
background-color: #18926F;
}
.BgClassName
{
background-color: #18926F;
}
</style>
border-color css
<style>
span { border-color: #18926F; }
span { border-color: rgb(24,146,111); }
td.TdClassName
{
border-color: #18926F;
}
.TagClassName
{
border-color: #18926F;
}
</style>