Shades of Elf Green #18907C
Tints of Elf Green #18907C
RGB
CMYK
RGB Variations
Color information
#18907C (or 0x18907C) is known color: Elf Green. HEX triplet: 18, 90 and 7C. RGB value is (24,144,124). Sum of RGB (Red+Green+Blue) = 24+144+124=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #18907C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18907C is #E76F83. Grayscale: #696969. Windows color (decimal): -15167364 or 8163352. OLE color: 8163352.
HSL color Cylindrical-coordinate representation of color #18907C: hue angle of 170º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18907C is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 124 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.44 |
| HSL | 170º | 0.71% | 0.33% | - |
| HSV(B) | 170º | 0.83% | 0.56% | - |
| XYZ | 13.99 | 21.6 | 22.5 | - |
| YUV | 105.84 | 138.24 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 124 | 0.83 | 0 | 0.14 | 0.44 | 170 | 0.71 | 0.33 |
| Hex | 18 | 90 | 7C | 53 | 0 | E | 2C | AA | 47 | 21 |
| Octal | 30 | 220 | 174 | 123 | 0 | 16 | 54 | 252 | 107 | 41 |
| Binary | 11000 | 10010000 | 1111100 | 1010011 | 0 | 1110 | 101100 | 10101010 | 1000111 | 100001 |
Color Harmonies of #18907C
Complementary color
Monochromatic Colors of #18907C
Black with #18907C
Text Example
Text Example
White with #18907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18907C; }
p { color: rgb(24,144,124); }
H1.HeaderClassName
{
color: #18907C;
}
.AnyTagClassName
{
color: #18907C;
}
</style>
background-color css
<style>
a { background-color: #18907C; }
a { background-color: rgb(24,144,124); }
div.DivClassName
{
background-color: #18907C;
}
.BgClassName
{
background-color: #18907C;
}
</style>
border-color css
<style>
span { border-color: #18907C; }
span { border-color: rgb(24,144,124); }
td.TdClassName
{
border-color: #18907C;
}
.TagClassName
{
border-color: #18907C;
}
</style>