Shades of Elf Green #188F68
Tints of Elf Green #188F68
RGB
CMYK
RGB Variations
Color information
#188F68 (or 0x188F68) is known color: Elf Green. HEX triplet: 18, 8F and 68. RGB value is (24,143,104). Sum of RGB (Red+Green+Blue) = 24+143+104=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 143 (56.25% from 255 or 52.77% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 143 - color contains mainly: green. Hex color #188F68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188F68 is #E77097. Grayscale: #676767. Windows color (decimal): -15167640 or 6852376. OLE color: 6852376.
HSL color Cylindrical-coordinate representation of color #188F68: hue angle of 160.34º 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 #188F68 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 143 | 104 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.44 |
| HSL | 160.34º | 0.71% | 0.33% | - |
| HSV(B) | 160.34º | 0.83% | 0.56% | - |
| XYZ | 12.7 | 20.84 | 16.45 | - |
| YUV | 102.97 | 128.58 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 104 | 0.83 | 0 | 0.27 | 0.44 | 160.34 | 0.71 | 0.33 |
| Hex | 18 | 8F | 68 | 53 | 0 | 1B | 2C | A0 | 47 | 21 |
| Octal | 30 | 217 | 150 | 123 | 0 | 33 | 54 | 240 | 107 | 41 |
| Binary | 11000 | 10001111 | 1101000 | 1010011 | 0 | 11011 | 101100 | 10100000 | 1000111 | 100001 |
Color Harmonies of #188F68
Complementary color
Monochromatic Colors of #188F68
Black with #188F68
Text Example
Text Example
White with #188F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188F68; }
p { color: rgb(24,143,104); }
H1.HeaderClassName
{
color: #188F68;
}
.AnyTagClassName
{
color: #188F68;
}
</style>
background-color css
<style>
a { background-color: #188F68; }
a { background-color: rgb(24,143,104); }
div.DivClassName
{
background-color: #188F68;
}
.BgClassName
{
background-color: #188F68;
}
</style>
border-color css
<style>
span { border-color: #188F68; }
span { border-color: rgb(24,143,104); }
td.TdClassName
{
border-color: #188F68;
}
.TagClassName
{
border-color: #188F68;
}
</style>