Shades of Elf Green #188D75
Tints of Elf Green #188D75
RGB
CMYK
RGB Variations
Color information
#188D75 (or 0x188D75) is known color: Elf Green. HEX triplet: 18, 8D and 75. RGB value is (24,141,117). Sum of RGB (Red+Green+Blue) = 24+141+117=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #188D75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188D75 is #E7728A. Grayscale: #676767. Windows color (decimal): -15168139 or 7703832. OLE color: 7703832.
HSL color Cylindrical-coordinate representation of color #188D75: hue angle of 167.69º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188D75 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 141 | 117 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.45 |
| HSL | 167.69º | 0.71% | 0.32% | - |
| HSV(B) | 167.69º | 0.83% | 0.55% | - |
| XYZ | 13.11 | 20.53 | 20.1 | - |
| YUV | 103.28 | 135.74 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 117 | 0.83 | 0 | 0.17 | 0.45 | 167.69 | 0.71 | 0.32 |
| Hex | 18 | 8D | 75 | 53 | 0 | 11 | 2D | A8 | 47 | 20 |
| Octal | 30 | 215 | 165 | 123 | 0 | 21 | 55 | 250 | 107 | 40 |
| Binary | 11000 | 10001101 | 1110101 | 1010011 | 0 | 10001 | 101101 | 10101000 | 1000111 | 100000 |
Color Harmonies of #188D75
Complementary color
Monochromatic Colors of #188D75
Black with #188D75
Text Example
Text Example
White with #188D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188D75; }
p { color: rgb(24,141,117); }
H1.HeaderClassName
{
color: #188D75;
}
.AnyTagClassName
{
color: #188D75;
}
</style>
background-color css
<style>
a { background-color: #188D75; }
a { background-color: rgb(24,141,117); }
div.DivClassName
{
background-color: #188D75;
}
.BgClassName
{
background-color: #188D75;
}
</style>
border-color css
<style>
span { border-color: #188D75; }
span { border-color: rgb(24,141,117); }
td.TdClassName
{
border-color: #188D75;
}
.TagClassName
{
border-color: #188D75;
}
</style>