Shades of Elf Green #188C6E
Tints of Elf Green #188C6E
RGB
CMYK
RGB Variations
Color information
#188C6E (or 0x188C6E) is known color: Elf Green. HEX triplet: 18, 8C and 6E. RGB value is (24,140,110). Sum of RGB (Red+Green+Blue) = 24+140+110=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 140 (55.08% from 255 or 51.09% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 140 - color contains mainly: green. Hex color #188C6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188C6E is #E77391. Grayscale: #656565. Windows color (decimal): -15168402 or 7244824. OLE color: 7244824.
HSL color Cylindrical-coordinate representation of color #188C6E: hue angle of 164.48º 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 #188C6E is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 140 | 110 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.45 |
| HSL | 164.48º | 0.71% | 0.32% | - |
| HSV(B) | 164.48º | 0.83% | 0.55% | - |
| XYZ | 12.57 | 20.08 | 17.96 | - |
| YUV | 101.9 | 132.57 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 140 | 110 | 0.83 | 0 | 0.21 | 0.45 | 164.48 | 0.71 | 0.32 |
| Hex | 18 | 8C | 6E | 53 | 0 | 15 | 2D | A4 | 47 | 20 |
| Octal | 30 | 214 | 156 | 123 | 0 | 25 | 55 | 244 | 107 | 40 |
| Binary | 11000 | 10001100 | 1101110 | 1010011 | 0 | 10101 | 101101 | 10100100 | 1000111 | 100000 |
Color Harmonies of #188C6E
Complementary color
Monochromatic Colors of #188C6E
Black with #188C6E
Text Example
Text Example
White with #188C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188C6E; }
p { color: rgb(24,140,110); }
H1.HeaderClassName
{
color: #188C6E;
}
.AnyTagClassName
{
color: #188C6E;
}
</style>
background-color css
<style>
a { background-color: #188C6E; }
a { background-color: rgb(24,140,110); }
div.DivClassName
{
background-color: #188C6E;
}
.BgClassName
{
background-color: #188C6E;
}
</style>
border-color css
<style>
span { border-color: #188C6E; }
span { border-color: rgb(24,140,110); }
td.TdClassName
{
border-color: #188C6E;
}
.TagClassName
{
border-color: #188C6E;
}
</style>