Shades of Elf Green #18926D
Tints of Elf Green #18926D
RGB
CMYK
RGB Variations
Color information
#18926D (or 0x18926D) is known color: Elf Green. HEX triplet: 18, 92 and 6D. RGB value is (24,146,109). Sum of RGB (Red+Green+Blue) = 24+146+109=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #18926D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18926D is #E76D92. Grayscale: #696969. Windows color (decimal): -15166867 or 7180824. OLE color: 7180824.
HSL color Cylindrical-coordinate representation of color #18926D: hue angle of 161.8º 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 #18926D is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 146 | 109 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.43 |
| HSL | 161.8º | 0.72% | 0.33% | - |
| HSV(B) | 161.8º | 0.84% | 0.57% | - |
| XYZ | 13.42 | 21.86 | 17.98 | - |
| YUV | 105.3 | 130.08 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 109 | 0.84 | 0 | 0.25 | 0.43 | 161.8 | 0.72 | 0.33 |
| Hex | 18 | 92 | 6D | 54 | 0 | 19 | 2B | A2 | 48 | 21 |
| Octal | 30 | 222 | 155 | 124 | 0 | 31 | 53 | 242 | 110 | 41 |
| Binary | 11000 | 10010010 | 1101101 | 1010100 | 0 | 11001 | 101011 | 10100010 | 1001000 | 100001 |
Color Harmonies of #18926D
Complementary color
Monochromatic Colors of #18926D
Black with #18926D
Text Example
Text Example
White with #18926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18926D; }
p { color: rgb(24,146,109); }
H1.HeaderClassName
{
color: #18926D;
}
.AnyTagClassName
{
color: #18926D;
}
</style>
background-color css
<style>
a { background-color: #18926D; }
a { background-color: rgb(24,146,109); }
div.DivClassName
{
background-color: #18926D;
}
.BgClassName
{
background-color: #18926D;
}
</style>
border-color css
<style>
span { border-color: #18926D; }
span { border-color: rgb(24,146,109); }
td.TdClassName
{
border-color: #18926D;
}
.TagClassName
{
border-color: #18926D;
}
</style>