Shades of Elf Green #18906C
Tints of Elf Green #18906C
RGB
CMYK
RGB Variations
Color information
#18906C (or 0x18906C) is known color: Elf Green. HEX triplet: 18, 90 and 6C. RGB value is (24,144,108). Sum of RGB (Red+Green+Blue) = 24+144+108=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #18906C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18906C is #E76F93. Grayscale: #686868. Windows color (decimal): -15167380 or 7114776. OLE color: 7114776.
HSL color Cylindrical-coordinate representation of color #18906C: hue angle of 162º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18906C is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 108 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.44 |
| HSL | 162º | 0.71% | 0.33% | - |
| HSV(B) | 162º | 0.83% | 0.56% | - |
| XYZ | 13.06 | 21.22 | 17.6 | - |
| YUV | 104.02 | 130.24 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 108 | 0.83 | 0 | 0.25 | 0.44 | 162 | 0.71 | 0.33 |
| Hex | 18 | 90 | 6C | 53 | 0 | 19 | 2C | A2 | 47 | 21 |
| Octal | 30 | 220 | 154 | 123 | 0 | 31 | 54 | 242 | 107 | 41 |
| Binary | 11000 | 10010000 | 1101100 | 1010011 | 0 | 11001 | 101100 | 10100010 | 1000111 | 100001 |
Color Harmonies of #18906C
Complementary color
Monochromatic Colors of #18906C
Black with #18906C
Text Example
Text Example
White with #18906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18906C; }
p { color: rgb(24,144,108); }
H1.HeaderClassName
{
color: #18906C;
}
.AnyTagClassName
{
color: #18906C;
}
</style>
background-color css
<style>
a { background-color: #18906C; }
a { background-color: rgb(24,144,108); }
div.DivClassName
{
background-color: #18906C;
}
.BgClassName
{
background-color: #18906C;
}
</style>
border-color css
<style>
span { border-color: #18906C; }
span { border-color: rgb(24,144,108); }
td.TdClassName
{
border-color: #18906C;
}
.TagClassName
{
border-color: #18906C;
}
</style>