Shades of Elf Green #18977C
Tints of Elf Green #18977C
RGB
CMYK
RGB Variations
Color information
#18977C (or 0x18977C) is known color: Elf Green. HEX triplet: 18, 97 and 7C. RGB value is (24,151,124). Sum of RGB (Red+Green+Blue) = 24+151+124=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #18977C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18977C is #E76883. Grayscale: #6D6D6D. Windows color (decimal): -15165572 or 8165144. OLE color: 8165144.
HSL color Cylindrical-coordinate representation of color #18977C: hue angle of 167.24º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18977C is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 151 | 124 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.41 |
| HSL | 167.24º | 0.73% | 0.34% | - |
| HSV(B) | 167.24º | 0.84% | 0.59% | - |
| XYZ | 15.08 | 23.78 | 22.86 | - |
| YUV | 109.95 | 135.92 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 151 | 124 | 0.84 | 0 | 0.18 | 0.41 | 167.24 | 0.73 | 0.34 |
| Hex | 18 | 97 | 7C | 54 | 0 | 12 | 29 | A7 | 49 | 22 |
| Octal | 30 | 227 | 174 | 124 | 0 | 22 | 51 | 247 | 111 | 42 |
| Binary | 11000 | 10010111 | 1111100 | 1010100 | 0 | 10010 | 101001 | 10100111 | 1001001 | 100010 |
Color Harmonies of #18977C
Complementary color
Monochromatic Colors of #18977C
Black with #18977C
Text Example
Text Example
White with #18977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18977C; }
p { color: rgb(24,151,124); }
H1.HeaderClassName
{
color: #18977C;
}
.AnyTagClassName
{
color: #18977C;
}
</style>
background-color css
<style>
a { background-color: #18977C; }
a { background-color: rgb(24,151,124); }
div.DivClassName
{
background-color: #18977C;
}
.BgClassName
{
background-color: #18977C;
}
</style>
border-color css
<style>
span { border-color: #18977C; }
span { border-color: rgb(24,151,124); }
td.TdClassName
{
border-color: #18977C;
}
.TagClassName
{
border-color: #18977C;
}
</style>