Shades of Elf Green #189482
Tints of Elf Green #189482
RGB
CMYK
RGB Variations
Color information
#189482 (or 0x189482) is known color: Elf Green. HEX triplet: 18, 94 and 82. RGB value is (24,148,130). Sum of RGB (Red+Green+Blue) = 24+148+130=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #189482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189482 is #E76B7D. Grayscale: #6C6C6C. Windows color (decimal): -15166334 or 8557592. OLE color: 8557592.
HSL color Cylindrical-coordinate representation of color #189482: hue angle of 171.29º 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 #189482 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 148 | 130 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.42 |
| HSL | 171.29º | 0.72% | 0.34% | - |
| HSV(B) | 171.29º | 0.84% | 0.58% | - |
| XYZ | 15 | 22.99 | 24.77 | - |
| YUV | 108.87 | 139.92 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 130 | 0.84 | 0 | 0.12 | 0.42 | 171.29 | 0.72 | 0.34 |
| Hex | 18 | 94 | 82 | 54 | 0 | C | 2A | AB | 48 | 22 |
| Octal | 30 | 224 | 202 | 124 | 0 | 14 | 52 | 253 | 110 | 42 |
| Binary | 11000 | 10010100 | 10000010 | 1010100 | 0 | 1100 | 101010 | 10101011 | 1001000 | 100010 |
Color Harmonies of #189482
Complementary color
Monochromatic Colors of #189482
Black with #189482
Text Example
Text Example
White with #189482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189482; }
p { color: rgb(24,148,130); }
H1.HeaderClassName
{
color: #189482;
}
.AnyTagClassName
{
color: #189482;
}
</style>
background-color css
<style>
a { background-color: #189482; }
a { background-color: rgb(24,148,130); }
div.DivClassName
{
background-color: #189482;
}
.BgClassName
{
background-color: #189482;
}
</style>
border-color css
<style>
span { border-color: #189482; }
span { border-color: rgb(24,148,130); }
td.TdClassName
{
border-color: #189482;
}
.TagClassName
{
border-color: #189482;
}
</style>