Shades of Elf Green #18895B
Tints of Elf Green #18895B
RGB
CMYK
RGB Variations
Color information
#18895B (or 0x18895B) is known color: Elf Green. HEX triplet: 18, 89 and 5B. RGB value is (24,137,91). Sum of RGB (Red+Green+Blue) = 24+137+91=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 137 (53.91% from 255 or 54.37% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 137 - color contains mainly: green. Hex color #18895B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18895B is #E776A4. Grayscale: #626262. Windows color (decimal): -15169189 or 5998872. OLE color: 5998872.
HSL color Cylindrical-coordinate representation of color #18895B: hue angle of 155.58º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18895B is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 91 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.46 |
| HSL | 155.58º | 0.7% | 0.32% | - |
| HSV(B) | 155.58º | 0.82% | 0.54% | - |
| XYZ | 11.21 | 18.84 | 12.94 | - |
| YUV | 97.97 | 124.06 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 91 | 0.82 | 0 | 0.34 | 0.46 | 155.58 | 0.7 | 0.32 |
| Hex | 18 | 89 | 5B | 52 | 0 | 22 | 2E | 9C | 46 | 20 |
| Octal | 30 | 211 | 133 | 122 | 0 | 42 | 56 | 234 | 106 | 40 |
| Binary | 11000 | 10001001 | 1011011 | 1010010 | 0 | 100010 | 101110 | 10011100 | 1000110 | 100000 |
Color Harmonies of #18895B
Complementary color
Monochromatic Colors of #18895B
Black with #18895B
Text Example
Text Example
White with #18895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18895B; }
p { color: rgb(24,137,91); }
H1.HeaderClassName
{
color: #18895B;
}
.AnyTagClassName
{
color: #18895B;
}
</style>
background-color css
<style>
a { background-color: #18895B; }
a { background-color: rgb(24,137,91); }
div.DivClassName
{
background-color: #18895B;
}
.BgClassName
{
background-color: #18895B;
}
</style>
border-color css
<style>
span { border-color: #18895B; }
span { border-color: rgb(24,137,91); }
td.TdClassName
{
border-color: #18895B;
}
.TagClassName
{
border-color: #18895B;
}
</style>