Shades of Elf Green #18916D
Tints of Elf Green #18916D
RGB
CMYK
RGB Variations
Color information
#18916D (or 0x18916D) is known color: Elf Green. HEX triplet: 18, 91 and 6D. RGB value is (24,145,109). Sum of RGB (Red+Green+Blue) = 24+145+109=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #18916D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18916D is #E76E92. Grayscale: #686868. Windows color (decimal): -15167123 or 7180568. OLE color: 7180568.
HSL color Cylindrical-coordinate representation of color #18916D: hue angle of 162.15º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18916D is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 109 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.43 |
| HSL | 162.15º | 0.72% | 0.33% | - |
| HSV(B) | 162.15º | 0.83% | 0.57% | - |
| XYZ | 13.26 | 21.55 | 17.93 | - |
| YUV | 104.72 | 130.41 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 109 | 0.83 | 0 | 0.25 | 0.43 | 162.15 | 0.72 | 0.33 |
| Hex | 18 | 91 | 6D | 53 | 0 | 19 | 2B | A2 | 48 | 21 |
| Octal | 30 | 221 | 155 | 123 | 0 | 31 | 53 | 242 | 110 | 41 |
| Binary | 11000 | 10010001 | 1101101 | 1010011 | 0 | 11001 | 101011 | 10100010 | 1001000 | 100001 |
Color Harmonies of #18916D
Complementary color
Monochromatic Colors of #18916D
Black with #18916D
Text Example
Text Example
White with #18916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18916D; }
p { color: rgb(24,145,109); }
H1.HeaderClassName
{
color: #18916D;
}
.AnyTagClassName
{
color: #18916D;
}
</style>
background-color css
<style>
a { background-color: #18916D; }
a { background-color: rgb(24,145,109); }
div.DivClassName
{
background-color: #18916D;
}
.BgClassName
{
background-color: #18916D;
}
</style>
border-color css
<style>
span { border-color: #18916D; }
span { border-color: rgb(24,145,109); }
td.TdClassName
{
border-color: #18916D;
}
.TagClassName
{
border-color: #18916D;
}
</style>