Shades of Elf Green #18976A
Tints of Elf Green #18976A
RGB
CMYK
RGB Variations
Color information
#18976A (or 0x18976A) is known color: Elf Green. HEX triplet: 18, 97 and 6A. RGB value is (24,151,106). Sum of RGB (Red+Green+Blue) = 24+151+106=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 151 (59.38% from 255 or 53.74% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 151 - color contains mainly: green. Hex color #18976A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18976A is #E76895. Grayscale: #6B6B6B. Windows color (decimal): -15165590 or 6985496. OLE color: 6985496.
HSL color Cylindrical-coordinate representation of color #18976A: hue angle of 158.74º 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 #18976A is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 151 | 106 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.41 |
| HSL | 158.74º | 0.73% | 0.34% | - |
| HSV(B) | 158.74º | 0.84% | 0.59% | - |
| XYZ | 14.04 | 23.37 | 17.41 | - |
| YUV | 107.9 | 126.92 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 151 | 106 | 0.84 | 0 | 0.30 | 0.41 | 158.74 | 0.73 | 0.34 |
| Hex | 18 | 97 | 6A | 54 | 0 | 1E | 29 | 9F | 49 | 22 |
| Octal | 30 | 227 | 152 | 124 | 0 | 36 | 51 | 237 | 111 | 42 |
| Binary | 11000 | 10010111 | 1101010 | 1010100 | 0 | 11110 | 101001 | 10011111 | 1001001 | 100010 |
Color Harmonies of #18976A
Complementary color
Monochromatic Colors of #18976A
Black with #18976A
Text Example
Text Example
White with #18976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18976A; }
p { color: rgb(24,151,106); }
H1.HeaderClassName
{
color: #18976A;
}
.AnyTagClassName
{
color: #18976A;
}
</style>
background-color css
<style>
a { background-color: #18976A; }
a { background-color: rgb(24,151,106); }
div.DivClassName
{
background-color: #18976A;
}
.BgClassName
{
background-color: #18976A;
}
</style>
border-color css
<style>
span { border-color: #18976A; }
span { border-color: rgb(24,151,106); }
td.TdClassName
{
border-color: #18976A;
}
.TagClassName
{
border-color: #18976A;
}
</style>