Shades of Elf Green #188A71
Tints of Elf Green #188A71
RGB
CMYK
RGB Variations
Color information
#188A71 (or 0x188A71) is known color: Elf Green. HEX triplet: 18, 8A and 71. RGB value is (24,138,113). Sum of RGB (Red+Green+Blue) = 24+138+113=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #188A71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188A71 is #E7758E. Grayscale: #656565. Windows color (decimal): -15168911 or 7440920. OLE color: 7440920.
HSL color Cylindrical-coordinate representation of color #188A71: hue angle of 166.84º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188A71 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 138 | 113 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.46 |
| HSL | 166.84º | 0.7% | 0.32% | - |
| HSV(B) | 166.84º | 0.83% | 0.54% | - |
| XYZ | 12.45 | 19.56 | 18.74 | - |
| YUV | 101.06 | 134.73 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 113 | 0.83 | 0 | 0.18 | 0.46 | 166.84 | 0.7 | 0.32 |
| Hex | 18 | 8A | 71 | 53 | 0 | 12 | 2E | A7 | 46 | 20 |
| Octal | 30 | 212 | 161 | 123 | 0 | 22 | 56 | 247 | 106 | 40 |
| Binary | 11000 | 10001010 | 1110001 | 1010011 | 0 | 10010 | 101110 | 10100111 | 1000110 | 100000 |
Color Harmonies of #188A71
Complementary color
Monochromatic Colors of #188A71
Black with #188A71
Text Example
Text Example
White with #188A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188A71; }
p { color: rgb(24,138,113); }
H1.HeaderClassName
{
color: #188A71;
}
.AnyTagClassName
{
color: #188A71;
}
</style>
background-color css
<style>
a { background-color: #188A71; }
a { background-color: rgb(24,138,113); }
div.DivClassName
{
background-color: #188A71;
}
.BgClassName
{
background-color: #188A71;
}
</style>
border-color css
<style>
span { border-color: #188A71; }
span { border-color: rgb(24,138,113); }
td.TdClassName
{
border-color: #188A71;
}
.TagClassName
{
border-color: #188A71;
}
</style>