Shades of Elf Green #18976C
Tints of Elf Green #18976C
RGB
CMYK
RGB Variations
Color information
#18976C (or 0x18976C) is known color: Elf Green. HEX triplet: 18, 97 and 6C. RGB value is (24,151,108). Sum of RGB (Red+Green+Blue) = 24+151+108=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #18976C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18976C is #E76893. Grayscale: #6C6C6C. Windows color (decimal): -15165588 or 7116568. OLE color: 7116568.
HSL color Cylindrical-coordinate representation of color #18976C: hue angle of 159.69º 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 #18976C is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 151 | 108 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.41 |
| HSL | 159.69º | 0.73% | 0.34% | - |
| HSV(B) | 159.69º | 0.84% | 0.59% | - |
| XYZ | 14.15 | 23.41 | 17.96 | - |
| YUV | 108.13 | 127.92 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 151 | 108 | 0.84 | 0 | 0.28 | 0.41 | 159.69 | 0.73 | 0.34 |
| Hex | 18 | 97 | 6C | 54 | 0 | 1C | 29 | A0 | 49 | 22 |
| Octal | 30 | 227 | 154 | 124 | 0 | 34 | 51 | 240 | 111 | 42 |
| Binary | 11000 | 10010111 | 1101100 | 1010100 | 0 | 11100 | 101001 | 10100000 | 1001001 | 100010 |
Color Harmonies of #18976C
Complementary color
Monochromatic Colors of #18976C
Black with #18976C
Text Example
Text Example
White with #18976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18976C; }
p { color: rgb(24,151,108); }
H1.HeaderClassName
{
color: #18976C;
}
.AnyTagClassName
{
color: #18976C;
}
</style>
background-color css
<style>
a { background-color: #18976C; }
a { background-color: rgb(24,151,108); }
div.DivClassName
{
background-color: #18976C;
}
.BgClassName
{
background-color: #18976C;
}
</style>
border-color css
<style>
span { border-color: #18976C; }
span { border-color: rgb(24,151,108); }
td.TdClassName
{
border-color: #18976C;
}
.TagClassName
{
border-color: #18976C;
}
</style>