Shades of Elf Green #189470
Tints of Elf Green #189470
RGB
CMYK
RGB Variations
Color information
#189470 (or 0x189470) is known color: Elf Green. HEX triplet: 18, 94 and 70. RGB value is (24,148,112). Sum of RGB (Red+Green+Blue) = 24+148+112=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #189470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #189470 is #E76B8F. Grayscale: #6A6A6A. Windows color (decimal): -15166352 or 7377944. OLE color: 7377944.
HSL color Cylindrical-coordinate representation of color #189470: hue angle of 162.58º 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 #189470 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 148 | 112 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.42 |
| HSL | 162.58º | 0.72% | 0.34% | - |
| HSV(B) | 162.58º | 0.84% | 0.58% | - |
| XYZ | 13.89 | 22.54 | 18.95 | - |
| YUV | 106.82 | 130.92 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 112 | 0.84 | 0 | 0.24 | 0.42 | 162.58 | 0.72 | 0.34 |
| Hex | 18 | 94 | 70 | 54 | 0 | 18 | 2A | A3 | 48 | 22 |
| Octal | 30 | 224 | 160 | 124 | 0 | 30 | 52 | 243 | 110 | 42 |
| Binary | 11000 | 10010100 | 1110000 | 1010100 | 0 | 11000 | 101010 | 10100011 | 1001000 | 100010 |
Color Harmonies of #189470
Complementary color
Monochromatic Colors of #189470
Black with #189470
Text Example
Text Example
White with #189470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189470; }
p { color: rgb(24,148,112); }
H1.HeaderClassName
{
color: #189470;
}
.AnyTagClassName
{
color: #189470;
}
</style>
background-color css
<style>
a { background-color: #189470; }
a { background-color: rgb(24,148,112); }
div.DivClassName
{
background-color: #189470;
}
.BgClassName
{
background-color: #189470;
}
</style>
border-color css
<style>
span { border-color: #189470; }
span { border-color: rgb(24,148,112); }
td.TdClassName
{
border-color: #189470;
}
.TagClassName
{
border-color: #189470;
}
</style>