Shades of Elf Green #188C67
Tints of Elf Green #188C67
RGB
CMYK
RGB Variations
Color information
#188C67 (or 0x188C67) is known color: Elf Green. HEX triplet: 18, 8C and 67. RGB value is (24,140,103). Sum of RGB (Red+Green+Blue) = 24+140+103=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #188C67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188C67 is #E77398. Grayscale: #656565. Windows color (decimal): -15168409 or 6786072. OLE color: 6786072.
HSL color Cylindrical-coordinate representation of color #188C67: hue angle of 160.86º 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 #188C67 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 140 | 103 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.45 |
| HSL | 160.86º | 0.71% | 0.32% | - |
| HSV(B) | 160.86º | 0.83% | 0.55% | - |
| XYZ | 12.2 | 19.93 | 16.04 | - |
| YUV | 101.1 | 129.07 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 140 | 103 | 0.83 | 0 | 0.26 | 0.45 | 160.86 | 0.71 | 0.32 |
| Hex | 18 | 8C | 67 | 53 | 0 | 1A | 2D | A1 | 47 | 20 |
| Octal | 30 | 214 | 147 | 123 | 0 | 32 | 55 | 241 | 107 | 40 |
| Binary | 11000 | 10001100 | 1100111 | 1010011 | 0 | 11010 | 101101 | 10100001 | 1000111 | 100000 |
Color Harmonies of #188C67
Complementary color
Monochromatic Colors of #188C67
Black with #188C67
Text Example
Text Example
White with #188C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188C67; }
p { color: rgb(24,140,103); }
H1.HeaderClassName
{
color: #188C67;
}
.AnyTagClassName
{
color: #188C67;
}
</style>
background-color css
<style>
a { background-color: #188C67; }
a { background-color: rgb(24,140,103); }
div.DivClassName
{
background-color: #188C67;
}
.BgClassName
{
background-color: #188C67;
}
</style>
border-color css
<style>
span { border-color: #188C67; }
span { border-color: rgb(24,140,103); }
td.TdClassName
{
border-color: #188C67;
}
.TagClassName
{
border-color: #188C67;
}
</style>