Shades of Elf Green #18957F
Tints of Elf Green #18957F
RGB
CMYK
RGB Variations
Color information
#18957F (or 0x18957F) is known color: Elf Green. HEX triplet: 18, 95 and 7F. RGB value is (24,149,127). Sum of RGB (Red+Green+Blue) = 24+149+127=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #18957F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18957F is #E76A80. Grayscale: #6D6D6D. Windows color (decimal): -15166081 or 8361240. OLE color: 8361240.
HSL color Cylindrical-coordinate representation of color #18957F: hue angle of 169.44º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18957F is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 149 | 127 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.42 |
| HSL | 169.44º | 0.72% | 0.34% | - |
| HSV(B) | 169.44º | 0.84% | 0.58% | - |
| XYZ | 14.95 | 23.22 | 23.77 | - |
| YUV | 109.12 | 138.09 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 127 | 0.84 | 0 | 0.15 | 0.42 | 169.44 | 0.72 | 0.34 |
| Hex | 18 | 95 | 7F | 54 | 0 | F | 2A | A9 | 48 | 22 |
| Octal | 30 | 225 | 177 | 124 | 0 | 17 | 52 | 251 | 110 | 42 |
| Binary | 11000 | 10010101 | 1111111 | 1010100 | 0 | 1111 | 101010 | 10101001 | 1001000 | 100010 |
Color Harmonies of #18957F
Complementary color
Monochromatic Colors of #18957F
Black with #18957F
Text Example
Text Example
White with #18957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18957F; }
p { color: rgb(24,149,127); }
H1.HeaderClassName
{
color: #18957F;
}
.AnyTagClassName
{
color: #18957F;
}
</style>
background-color css
<style>
a { background-color: #18957F; }
a { background-color: rgb(24,149,127); }
div.DivClassName
{
background-color: #18957F;
}
.BgClassName
{
background-color: #18957F;
}
</style>
border-color css
<style>
span { border-color: #18957F; }
span { border-color: rgb(24,149,127); }
td.TdClassName
{
border-color: #18957F;
}
.TagClassName
{
border-color: #18957F;
}
</style>