Shades of Elf Green #188F80
Tints of Elf Green #188F80
RGB
CMYK
RGB Variations
Color information
#188F80 (or 0x188F80) is known color: Elf Green. HEX triplet: 18, 8F and 80. RGB value is (24,143,128). Sum of RGB (Red+Green+Blue) = 24+143+128=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #188F80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188F80 is #E7707F. Grayscale: #696969. Windows color (decimal): -15167616 or 8425240. OLE color: 8425240.
HSL color Cylindrical-coordinate representation of color #188F80: hue angle of 172.44º 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 #188F80 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 143 | 128 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.44 |
| HSL | 172.44º | 0.71% | 0.33% | - |
| HSV(B) | 172.44º | 0.83% | 0.56% | - |
| XYZ | 14.1 | 21.4 | 23.81 | - |
| YUV | 105.71 | 140.58 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 128 | 0.83 | 0 | 0.10 | 0.44 | 172.44 | 0.71 | 0.33 |
| Hex | 18 | 8F | 80 | 53 | 0 | A | 2C | AC | 47 | 21 |
| Octal | 30 | 217 | 200 | 123 | 0 | 12 | 54 | 254 | 107 | 41 |
| Binary | 11000 | 10001111 | 10000000 | 1010011 | 0 | 1010 | 101100 | 10101100 | 1000111 | 100001 |
Color Harmonies of #188F80
Complementary color
Monochromatic Colors of #188F80
Black with #188F80
Text Example
Text Example
White with #188F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188F80; }
p { color: rgb(24,143,128); }
H1.HeaderClassName
{
color: #188F80;
}
.AnyTagClassName
{
color: #188F80;
}
</style>
background-color css
<style>
a { background-color: #188F80; }
a { background-color: rgb(24,143,128); }
div.DivClassName
{
background-color: #188F80;
}
.BgClassName
{
background-color: #188F80;
}
</style>
border-color css
<style>
span { border-color: #188F80; }
span { border-color: rgb(24,143,128); }
td.TdClassName
{
border-color: #188F80;
}
.TagClassName
{
border-color: #188F80;
}
</style>