Shades of Elf Green #18897A
Tints of Elf Green #18897A
RGB
CMYK
RGB Variations
Color information
#18897A (or 0x18897A) is known color: Elf Green. HEX triplet: 18, 89 and 7A. RGB value is (24,137,122). Sum of RGB (Red+Green+Blue) = 24+137+122=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #18897A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18897A is #E77685. Grayscale: #656565. Windows color (decimal): -15169158 or 8030488. OLE color: 8030488.
HSL color Cylindrical-coordinate representation of color #18897A: hue angle of 172.04º 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 #18897A is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 122 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.46 |
| HSL | 172.04º | 0.7% | 0.32% | - |
| HSV(B) | 172.04º | 0.82% | 0.54% | - |
| XYZ | 12.84 | 19.49 | 21.5 | - |
| YUV | 101.5 | 139.56 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 122 | 0.82 | 0 | 0.11 | 0.46 | 172.04 | 0.7 | 0.32 |
| Hex | 18 | 89 | 7A | 52 | 0 | B | 2E | AC | 46 | 20 |
| Octal | 30 | 211 | 172 | 122 | 0 | 13 | 56 | 254 | 106 | 40 |
| Binary | 11000 | 10001001 | 1111010 | 1010010 | 0 | 1011 | 101110 | 10101100 | 1000110 | 100000 |
Color Harmonies of #18897A
Complementary color
Monochromatic Colors of #18897A
Black with #18897A
Text Example
Text Example
White with #18897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18897A; }
p { color: rgb(24,137,122); }
H1.HeaderClassName
{
color: #18897A;
}
.AnyTagClassName
{
color: #18897A;
}
</style>
background-color css
<style>
a { background-color: #18897A; }
a { background-color: rgb(24,137,122); }
div.DivClassName
{
background-color: #18897A;
}
.BgClassName
{
background-color: #18897A;
}
</style>
border-color css
<style>
span { border-color: #18897A; }
span { border-color: rgb(24,137,122); }
td.TdClassName
{
border-color: #18897A;
}
.TagClassName
{
border-color: #18897A;
}
</style>