Shades of Elf Green #188669
Tints of Elf Green #188669
RGB
CMYK
RGB Variations
Color information
#188669 (or 0x188669) is known color: Elf Green. HEX triplet: 18, 86 and 69. RGB value is (24,134,105). Sum of RGB (Red+Green+Blue) = 24+134+105=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #188669 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188669 is #E77996. Grayscale: #616161. Windows color (decimal): -15169943 or 6915608. OLE color: 6915608.
HSL color Cylindrical-coordinate representation of color #188669: hue angle of 164.18º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188669 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 134 | 105 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.47 |
| HSL | 164.18º | 0.7% | 0.31% | - |
| HSV(B) | 164.18º | 0.82% | 0.53% | - |
| XYZ | 11.45 | 18.26 | 16.29 | - |
| YUV | 97.8 | 132.06 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 134 | 105 | 0.82 | 0 | 0.22 | 0.47 | 164.18 | 0.7 | 0.31 |
| Hex | 18 | 86 | 69 | 52 | 0 | 16 | 2F | A4 | 46 | 1F |
| Octal | 30 | 206 | 151 | 122 | 0 | 26 | 57 | 244 | 106 | 37 |
| Binary | 11000 | 10000110 | 1101001 | 1010010 | 0 | 10110 | 101111 | 10100100 | 1000110 | 11111 |
Color Harmonies of #188669
Complementary color
Monochromatic Colors of #188669
Black with #188669
Text Example
Text Example
White with #188669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188669; }
p { color: rgb(24,134,105); }
H1.HeaderClassName
{
color: #188669;
}
.AnyTagClassName
{
color: #188669;
}
</style>
background-color css
<style>
a { background-color: #188669; }
a { background-color: rgb(24,134,105); }
div.DivClassName
{
background-color: #188669;
}
.BgClassName
{
background-color: #188669;
}
</style>
border-color css
<style>
span { border-color: #188669; }
span { border-color: rgb(24,134,105); }
td.TdClassName
{
border-color: #188669;
}
.TagClassName
{
border-color: #188669;
}
</style>