Shades of Elf Green #189468
Tints of Elf Green #189468
RGB
CMYK
RGB Variations
Color information
#189468 (or 0x189468) is known color: Elf Green. HEX triplet: 18, 94 and 68. RGB value is (24,148,104). Sum of RGB (Red+Green+Blue) = 24+148+104=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #189468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #189468 is #E76B97. Grayscale: #696969. Windows color (decimal): -15166360 or 6853656. OLE color: 6853656.
HSL color Cylindrical-coordinate representation of color #189468: hue angle of 158.71º 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 #189468 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 148 | 104 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.42 |
| HSL | 158.71º | 0.72% | 0.34% | - |
| HSV(B) | 158.71º | 0.84% | 0.58% | - |
| XYZ | 13.47 | 22.37 | 16.71 | - |
| YUV | 105.91 | 126.92 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 104 | 0.84 | 0 | 0.30 | 0.42 | 158.71 | 0.72 | 0.34 |
| Hex | 18 | 94 | 68 | 54 | 0 | 1E | 2A | 9F | 48 | 22 |
| Octal | 30 | 224 | 150 | 124 | 0 | 36 | 52 | 237 | 110 | 42 |
| Binary | 11000 | 10010100 | 1101000 | 1010100 | 0 | 11110 | 101010 | 10011111 | 1001000 | 100010 |
Color Harmonies of #189468
Complementary color
Monochromatic Colors of #189468
Black with #189468
Text Example
Text Example
White with #189468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189468; }
p { color: rgb(24,148,104); }
H1.HeaderClassName
{
color: #189468;
}
.AnyTagClassName
{
color: #189468;
}
</style>
background-color css
<style>
a { background-color: #189468; }
a { background-color: rgb(24,148,104); }
div.DivClassName
{
background-color: #189468;
}
.BgClassName
{
background-color: #189468;
}
</style>
border-color css
<style>
span { border-color: #189468; }
span { border-color: rgb(24,148,104); }
td.TdClassName
{
border-color: #189468;
}
.TagClassName
{
border-color: #189468;
}
</style>