Shades of Elf Green #18947B
Tints of Elf Green #18947B
RGB
CMYK
RGB Variations
Color information
#18947B (or 0x18947B) is known color: Elf Green. HEX triplet: 18, 94 and 7B. RGB value is (24,148,123). Sum of RGB (Red+Green+Blue) = 24+148+123=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #18947B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18947B is #E76B84. Grayscale: #6C6C6C. Windows color (decimal): -15166341 or 8098840. OLE color: 8098840.
HSL color Cylindrical-coordinate representation of color #18947B: hue angle of 167.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 #18947B is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 148 | 123 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.42 |
| HSL | 167.9º | 0.72% | 0.34% | - |
| HSV(B) | 167.9º | 0.84% | 0.58% | - |
| XYZ | 14.54 | 22.8 | 22.37 | - |
| YUV | 108.07 | 136.42 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 123 | 0.84 | 0 | 0.17 | 0.42 | 167.9 | 0.72 | 0.34 |
| Hex | 18 | 94 | 7B | 54 | 0 | 11 | 2A | A8 | 48 | 22 |
| Octal | 30 | 224 | 173 | 124 | 0 | 21 | 52 | 250 | 110 | 42 |
| Binary | 11000 | 10010100 | 1111011 | 1010100 | 0 | 10001 | 101010 | 10101000 | 1001000 | 100010 |
Color Harmonies of #18947B
Complementary color
Monochromatic Colors of #18947B
Black with #18947B
Text Example
Text Example
White with #18947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18947B; }
p { color: rgb(24,148,123); }
H1.HeaderClassName
{
color: #18947B;
}
.AnyTagClassName
{
color: #18947B;
}
</style>
background-color css
<style>
a { background-color: #18947B; }
a { background-color: rgb(24,148,123); }
div.DivClassName
{
background-color: #18947B;
}
.BgClassName
{
background-color: #18947B;
}
</style>
border-color css
<style>
span { border-color: #18947B; }
span { border-color: rgb(24,148,123); }
td.TdClassName
{
border-color: #18947B;
}
.TagClassName
{
border-color: #18947B;
}
</style>