Shades of Elf Green #188A5E
Tints of Elf Green #188A5E
RGB
CMYK
RGB Variations
Color information
#188A5E (or 0x188A5E) is known color: Elf Green. HEX triplet: 18, 8A and 5E. RGB value is (24,138,94). Sum of RGB (Red+Green+Blue) = 24+138+94=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #188A5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188A5E is #E775A1. Grayscale: #626262. Windows color (decimal): -15168930 or 6195736. OLE color: 6195736.
HSL color Cylindrical-coordinate representation of color #188A5E: hue angle of 156.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 #188A5E is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 138 | 94 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.46 |
| HSL | 156.84º | 0.7% | 0.32% | - |
| HSV(B) | 156.84º | 0.83% | 0.54% | - |
| XYZ | 11.49 | 19.18 | 13.69 | - |
| YUV | 98.9 | 125.23 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 94 | 0.83 | 0 | 0.32 | 0.46 | 156.84 | 0.7 | 0.32 |
| Hex | 18 | 8A | 5E | 53 | 0 | 20 | 2E | 9D | 46 | 20 |
| Octal | 30 | 212 | 136 | 123 | 0 | 40 | 56 | 235 | 106 | 40 |
| Binary | 11000 | 10001010 | 1011110 | 1010011 | 0 | 100000 | 101110 | 10011101 | 1000110 | 100000 |
Color Harmonies of #188A5E
Complementary color
Monochromatic Colors of #188A5E
Black with #188A5E
Text Example
Text Example
White with #188A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188A5E; }
p { color: rgb(24,138,94); }
H1.HeaderClassName
{
color: #188A5E;
}
.AnyTagClassName
{
color: #188A5E;
}
</style>
background-color css
<style>
a { background-color: #188A5E; }
a { background-color: rgb(24,138,94); }
div.DivClassName
{
background-color: #188A5E;
}
.BgClassName
{
background-color: #188A5E;
}
</style>
border-color css
<style>
span { border-color: #188A5E; }
span { border-color: rgb(24,138,94); }
td.TdClassName
{
border-color: #188A5E;
}
.TagClassName
{
border-color: #188A5E;
}
</style>