Shades of Elf Green #188964
Tints of Elf Green #188964
RGB
CMYK
RGB Variations
Color information
#188964 (or 0x188964) is known color: Elf Green. HEX triplet: 18, 89 and 64. RGB value is (24,137,100). Sum of RGB (Red+Green+Blue) = 24+137+100=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #188964 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188964 is #E7769B. Grayscale: #636363. Windows color (decimal): -15169180 or 6588696. OLE color: 6588696.
HSL color Cylindrical-coordinate representation of color #188964: hue angle of 160.35º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188964 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 100 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.46 |
| HSL | 160.35º | 0.7% | 0.32% | - |
| HSV(B) | 160.35º | 0.82% | 0.54% | - |
| XYZ | 11.62 | 19.01 | 15.11 | - |
| YUV | 99 | 128.56 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 100 | 0.82 | 0 | 0.27 | 0.46 | 160.35 | 0.7 | 0.32 |
| Hex | 18 | 89 | 64 | 52 | 0 | 1B | 2E | A0 | 46 | 20 |
| Octal | 30 | 211 | 144 | 122 | 0 | 33 | 56 | 240 | 106 | 40 |
| Binary | 11000 | 10001001 | 1100100 | 1010010 | 0 | 11011 | 101110 | 10100000 | 1000110 | 100000 |
Color Harmonies of #188964
Complementary color
Monochromatic Colors of #188964
Black with #188964
Text Example
Text Example
White with #188964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188964; }
p { color: rgb(24,137,100); }
H1.HeaderClassName
{
color: #188964;
}
.AnyTagClassName
{
color: #188964;
}
</style>
background-color css
<style>
a { background-color: #188964; }
a { background-color: rgb(24,137,100); }
div.DivClassName
{
background-color: #188964;
}
.BgClassName
{
background-color: #188964;
}
</style>
border-color css
<style>
span { border-color: #188964; }
span { border-color: rgb(24,137,100); }
td.TdClassName
{
border-color: #188964;
}
.TagClassName
{
border-color: #188964;
}
</style>