Shades of Elf Green #188B60
Tints of Elf Green #188B60
RGB
CMYK
RGB Variations
Color information
#188B60 (or 0x188B60) is known color: Elf Green. HEX triplet: 18, 8B and 60. RGB value is (24,139,96). Sum of RGB (Red+Green+Blue) = 24+139+96=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #188B60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188B60 is #E7749F. Grayscale: #636363. Windows color (decimal): -15168672 or 6327064. OLE color: 6327064.
HSL color Cylindrical-coordinate representation of color #188B60: hue angle of 157.57º 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 #188B60 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 139 | 96 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.45 |
| HSL | 157.57º | 0.71% | 0.32% | - |
| HSV(B) | 157.57º | 0.83% | 0.55% | - |
| XYZ | 11.72 | 19.5 | 14.21 | - |
| YUV | 99.71 | 125.9 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 96 | 0.83 | 0 | 0.31 | 0.45 | 157.57 | 0.71 | 0.32 |
| Hex | 18 | 8B | 60 | 53 | 0 | 1F | 2D | 9E | 47 | 20 |
| Octal | 30 | 213 | 140 | 123 | 0 | 37 | 55 | 236 | 107 | 40 |
| Binary | 11000 | 10001011 | 1100000 | 1010011 | 0 | 11111 | 101101 | 10011110 | 1000111 | 100000 |
Color Harmonies of #188B60
Complementary color
Monochromatic Colors of #188B60
Black with #188B60
Text Example
Text Example
White with #188B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188B60; }
p { color: rgb(24,139,96); }
H1.HeaderClassName
{
color: #188B60;
}
.AnyTagClassName
{
color: #188B60;
}
</style>
background-color css
<style>
a { background-color: #188B60; }
a { background-color: rgb(24,139,96); }
div.DivClassName
{
background-color: #188B60;
}
.BgClassName
{
background-color: #188B60;
}
</style>
border-color css
<style>
span { border-color: #188B60; }
span { border-color: rgb(24,139,96); }
td.TdClassName
{
border-color: #188B60;
}
.TagClassName
{
border-color: #188B60;
}
</style>