Shades of Elf Green #188B76
Tints of Elf Green #188B76
RGB
CMYK
RGB Variations
Color information
#188B76 (or 0x188B76) is known color: Elf Green. HEX triplet: 18, 8B and 76. RGB value is (24,139,118). Sum of RGB (Red+Green+Blue) = 24+139+118=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #188B76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188B76 is #E77489. Grayscale: #666666. Windows color (decimal): -15168650 or 7768856. OLE color: 7768856.
HSL color Cylindrical-coordinate representation of color #188B76: hue angle of 169.04º 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 #188B76 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 139 | 118 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.45 |
| HSL | 169.04º | 0.71% | 0.32% | - |
| HSV(B) | 169.04º | 0.83% | 0.55% | - |
| XYZ | 12.88 | 19.97 | 20.31 | - |
| YUV | 102.22 | 136.9 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 118 | 0.83 | 0 | 0.15 | 0.45 | 169.04 | 0.71 | 0.32 |
| Hex | 18 | 8B | 76 | 53 | 0 | F | 2D | A9 | 47 | 20 |
| Octal | 30 | 213 | 166 | 123 | 0 | 17 | 55 | 251 | 107 | 40 |
| Binary | 11000 | 10001011 | 1110110 | 1010011 | 0 | 1111 | 101101 | 10101001 | 1000111 | 100000 |
Color Harmonies of #188B76
Complementary color
Monochromatic Colors of #188B76
Black with #188B76
Text Example
Text Example
White with #188B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188B76; }
p { color: rgb(24,139,118); }
H1.HeaderClassName
{
color: #188B76;
}
.AnyTagClassName
{
color: #188B76;
}
</style>
background-color css
<style>
a { background-color: #188B76; }
a { background-color: rgb(24,139,118); }
div.DivClassName
{
background-color: #188B76;
}
.BgClassName
{
background-color: #188B76;
}
</style>
border-color css
<style>
span { border-color: #188B76; }
span { border-color: rgb(24,139,118); }
td.TdClassName
{
border-color: #188B76;
}
.TagClassName
{
border-color: #188B76;
}
</style>