Shades of Elf Green #18906E
Tints of Elf Green #18906E
RGB
CMYK
RGB Variations
Color information
#18906E (or 0x18906E) is known color: Elf Green. HEX triplet: 18, 90 and 6E. RGB value is (24,144,110). Sum of RGB (Red+Green+Blue) = 24+144+110=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #18906E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18906E is #E76F91. Grayscale: #686868. Windows color (decimal): -15167378 or 7245848. OLE color: 7245848.
HSL color Cylindrical-coordinate representation of color #18906E: hue angle of 163º 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 #18906E is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 110 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.44 |
| HSL | 163º | 0.71% | 0.33% | - |
| HSV(B) | 163º | 0.83% | 0.56% | - |
| XYZ | 13.16 | 21.27 | 18.16 | - |
| YUV | 104.24 | 131.24 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 110 | 0.83 | 0 | 0.24 | 0.44 | 163 | 0.71 | 0.33 |
| Hex | 18 | 90 | 6E | 53 | 0 | 18 | 2C | A3 | 47 | 21 |
| Octal | 30 | 220 | 156 | 123 | 0 | 30 | 54 | 243 | 107 | 41 |
| Binary | 11000 | 10010000 | 1101110 | 1010011 | 0 | 11000 | 101100 | 10100011 | 1000111 | 100001 |
Color Harmonies of #18906E
Complementary color
Monochromatic Colors of #18906E
Black with #18906E
Text Example
Text Example
White with #18906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18906E; }
p { color: rgb(24,144,110); }
H1.HeaderClassName
{
color: #18906E;
}
.AnyTagClassName
{
color: #18906E;
}
</style>
background-color css
<style>
a { background-color: #18906E; }
a { background-color: rgb(24,144,110); }
div.DivClassName
{
background-color: #18906E;
}
.BgClassName
{
background-color: #18906E;
}
</style>
border-color css
<style>
span { border-color: #18906E; }
span { border-color: rgb(24,144,110); }
td.TdClassName
{
border-color: #18906E;
}
.TagClassName
{
border-color: #18906E;
}
</style>