Shades of Elf Green #188C72
Tints of Elf Green #188C72
RGB
CMYK
RGB Variations
Color information
#188C72 (or 0x188C72) is known color: Elf Green. HEX triplet: 18, 8C and 72. RGB value is (24,140,114). Sum of RGB (Red+Green+Blue) = 24+140+114=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #188C72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188C72 is #E7738D. Grayscale: #666666. Windows color (decimal): -15168398 or 7506968. OLE color: 7506968.
HSL color Cylindrical-coordinate representation of color #188C72: hue angle of 166.55º 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 #188C72 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 140 | 114 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.45 |
| HSL | 166.55º | 0.71% | 0.32% | - |
| HSV(B) | 166.55º | 0.83% | 0.55% | - |
| XYZ | 12.79 | 20.17 | 19.14 | - |
| YUV | 102.35 | 134.57 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 140 | 114 | 0.83 | 0 | 0.19 | 0.45 | 166.55 | 0.71 | 0.32 |
| Hex | 18 | 8C | 72 | 53 | 0 | 13 | 2D | A7 | 47 | 20 |
| Octal | 30 | 214 | 162 | 123 | 0 | 23 | 55 | 247 | 107 | 40 |
| Binary | 11000 | 10001100 | 1110010 | 1010011 | 0 | 10011 | 101101 | 10100111 | 1000111 | 100000 |
Color Harmonies of #188C72
Complementary color
Monochromatic Colors of #188C72
Black with #188C72
Text Example
Text Example
White with #188C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188C72; }
p { color: rgb(24,140,114); }
H1.HeaderClassName
{
color: #188C72;
}
.AnyTagClassName
{
color: #188C72;
}
</style>
background-color css
<style>
a { background-color: #188C72; }
a { background-color: rgb(24,140,114); }
div.DivClassName
{
background-color: #188C72;
}
.BgClassName
{
background-color: #188C72;
}
</style>
border-color css
<style>
span { border-color: #188C72; }
span { border-color: rgb(24,140,114); }
td.TdClassName
{
border-color: #188C72;
}
.TagClassName
{
border-color: #188C72;
}
</style>