Shades of Elf Green #188B69
Tints of Elf Green #188B69
RGB
CMYK
RGB Variations
Color information
#188B69 (or 0x188B69) is known color: Elf Green. HEX triplet: 18, 8B and 69. RGB value is (24,139,105). Sum of RGB (Red+Green+Blue) = 24+139+105=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #188B69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188B69 is #E77496. Grayscale: #646464. Windows color (decimal): -15168663 or 6916888. OLE color: 6916888.
HSL color Cylindrical-coordinate representation of color #188B69: hue angle of 162.26º 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 #188B69 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 139 | 105 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.45 |
| HSL | 162.26º | 0.71% | 0.32% | - |
| HSV(B) | 162.26º | 0.83% | 0.55% | - |
| XYZ | 12.16 | 19.68 | 16.52 | - |
| YUV | 100.74 | 130.4 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 105 | 0.83 | 0 | 0.24 | 0.45 | 162.26 | 0.71 | 0.32 |
| Hex | 18 | 8B | 69 | 53 | 0 | 18 | 2D | A2 | 47 | 20 |
| Octal | 30 | 213 | 151 | 123 | 0 | 30 | 55 | 242 | 107 | 40 |
| Binary | 11000 | 10001011 | 1101001 | 1010011 | 0 | 11000 | 101101 | 10100010 | 1000111 | 100000 |
Color Harmonies of #188B69
Complementary color
Monochromatic Colors of #188B69
Black with #188B69
Text Example
Text Example
White with #188B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188B69; }
p { color: rgb(24,139,105); }
H1.HeaderClassName
{
color: #188B69;
}
.AnyTagClassName
{
color: #188B69;
}
</style>
background-color css
<style>
a { background-color: #188B69; }
a { background-color: rgb(24,139,105); }
div.DivClassName
{
background-color: #188B69;
}
.BgClassName
{
background-color: #188B69;
}
</style>
border-color css
<style>
span { border-color: #188B69; }
span { border-color: rgb(24,139,105); }
td.TdClassName
{
border-color: #188B69;
}
.TagClassName
{
border-color: #188B69;
}
</style>