Shades of Elf Green #18945C
Tints of Elf Green #18945C
RGB
CMYK
RGB Variations
Color information
#18945C (or 0x18945C) is known color: Elf Green. HEX triplet: 18, 94 and 5C. RGB value is (24,148,92). Sum of RGB (Red+Green+Blue) = 24+148+92=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #18945C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18945C is #E76BA3. Grayscale: #686868. Windows color (decimal): -15166372 or 6067224. OLE color: 6067224.
HSL color Cylindrical-coordinate representation of color #18945C: hue angle of 152.9º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18945C is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 148 | 92 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.42 |
| HSL | 152.9º | 0.72% | 0.34% | - |
| HSV(B) | 152.9º | 0.84% | 0.58% | - |
| XYZ | 12.9 | 22.15 | 13.72 | - |
| YUV | 104.54 | 120.92 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 92 | 0.84 | 0 | 0.38 | 0.42 | 152.9 | 0.72 | 0.34 |
| Hex | 18 | 94 | 5C | 54 | 0 | 26 | 2A | 99 | 48 | 22 |
| Octal | 30 | 224 | 134 | 124 | 0 | 46 | 52 | 231 | 110 | 42 |
| Binary | 11000 | 10010100 | 1011100 | 1010100 | 0 | 100110 | 101010 | 10011001 | 1001000 | 100010 |
Color Harmonies of #18945C
Complementary color
Monochromatic Colors of #18945C
Black with #18945C
Text Example
Text Example
White with #18945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18945C; }
p { color: rgb(24,148,92); }
H1.HeaderClassName
{
color: #18945C;
}
.AnyTagClassName
{
color: #18945C;
}
</style>
background-color css
<style>
a { background-color: #18945C; }
a { background-color: rgb(24,148,92); }
div.DivClassName
{
background-color: #18945C;
}
.BgClassName
{
background-color: #18945C;
}
</style>
border-color css
<style>
span { border-color: #18945C; }
span { border-color: rgb(24,148,92); }
td.TdClassName
{
border-color: #18945C;
}
.TagClassName
{
border-color: #18945C;
}
</style>