Shades of Elf Green #188F76
Tints of Elf Green #188F76
RGB
CMYK
RGB Variations
Color information
#188F76 (or 0x188F76) is known color: Elf Green. HEX triplet: 18, 8F and 76. RGB value is (24,143,118). Sum of RGB (Red+Green+Blue) = 24+143+118=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #188F76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188F76 is #E77089. Grayscale: #686868. Windows color (decimal): -15167626 or 7769880. OLE color: 7769880.
HSL color Cylindrical-coordinate representation of color #188F76: hue angle of 167.39º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188F76 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 143 | 118 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.44 |
| HSL | 167.4º | 0.71% | 0.33% | - |
| HSV(B) | 167.4º | 0.83% | 0.56% | - |
| XYZ | 13.47 | 21.15 | 20.51 | - |
| YUV | 104.57 | 135.58 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 118 | 0.83 | 0 | 0.17 | 0.44 | 167.4 | 0.71 | 0.33 |
| Hex | 18 | 8F | 76 | 53 | 0 | 11 | 2C | A7 | 47 | 21 |
| Octal | 30 | 217 | 166 | 123 | 0 | 21 | 54 | 247 | 107 | 41 |
| Binary | 11000 | 10001111 | 1110110 | 1010011 | 0 | 10001 | 101100 | 10100111 | 1000111 | 100001 |
Color Harmonies of #188F76
Complementary color
Monochromatic Colors of #188F76
Black with #188F76
Text Example
Text Example
White with #188F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188F76; }
p { color: rgb(24,143,118); }
H1.HeaderClassName
{
color: #188F76;
}
.AnyTagClassName
{
color: #188F76;
}
</style>
background-color css
<style>
a { background-color: #188F76; }
a { background-color: rgb(24,143,118); }
div.DivClassName
{
background-color: #188F76;
}
.BgClassName
{
background-color: #188F76;
}
</style>
border-color css
<style>
span { border-color: #188F76; }
span { border-color: rgb(24,143,118); }
td.TdClassName
{
border-color: #188F76;
}
.TagClassName
{
border-color: #188F76;
}
</style>