Shades of Elf Green #188D7A
Tints of Elf Green #188D7A
RGB
CMYK
RGB Variations
Color information
#188D7A (or 0x188D7A) is known color: Elf Green. HEX triplet: 18, 8D and 7A. RGB value is (24,141,122). Sum of RGB (Red+Green+Blue) = 24+141+122=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #188D7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188D7A is #E77285. Grayscale: #676767. Windows color (decimal): -15168134 or 8031512. OLE color: 8031512.
HSL color Cylindrical-coordinate representation of color #188D7A: hue angle of 170.26º 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 #188D7A is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 141 | 122 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.45 |
| HSL | 170.26º | 0.71% | 0.32% | - |
| HSV(B) | 170.26º | 0.83% | 0.55% | - |
| XYZ | 13.41 | 20.65 | 21.69 | - |
| YUV | 103.85 | 138.24 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 122 | 0.83 | 0 | 0.13 | 0.45 | 170.26 | 0.71 | 0.32 |
| Hex | 18 | 8D | 7A | 53 | 0 | D | 2D | AA | 47 | 20 |
| Octal | 30 | 215 | 172 | 123 | 0 | 15 | 55 | 252 | 107 | 40 |
| Binary | 11000 | 10001101 | 1111010 | 1010011 | 0 | 1101 | 101101 | 10101010 | 1000111 | 100000 |
Color Harmonies of #188D7A
Complementary color
Monochromatic Colors of #188D7A
Black with #188D7A
Text Example
Text Example
White with #188D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188D7A; }
p { color: rgb(24,141,122); }
H1.HeaderClassName
{
color: #188D7A;
}
.AnyTagClassName
{
color: #188D7A;
}
</style>
background-color css
<style>
a { background-color: #188D7A; }
a { background-color: rgb(24,141,122); }
div.DivClassName
{
background-color: #188D7A;
}
.BgClassName
{
background-color: #188D7A;
}
</style>
border-color css
<style>
span { border-color: #188D7A; }
span { border-color: rgb(24,141,122); }
td.TdClassName
{
border-color: #188D7A;
}
.TagClassName
{
border-color: #188D7A;
}
</style>