Shades of Elf Green #138E5E
Tints of Elf Green #138E5E
RGB
CMYK
RGB Variations
Color information
#138E5E (or 0x138E5E) is known color: Elf Green. HEX triplet: 13, 8E and 5E. RGB value is (19,142,94). Sum of RGB (Red+Green+Blue) = 19+142+94=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 142 (55.86% from 255 or 55.69% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 142 - color contains mainly: green. Hex color #138E5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138E5E is #EC71A1. Grayscale: #636363. Windows color (decimal): -15495586 or 6196755. OLE color: 6196755.
HSL color Cylindrical-coordinate representation of color #138E5E: hue angle of 156.59º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138E5E is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 142 | 94 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.44 |
| HSL | 156.59º | 0.76% | 0.32% | - |
| HSV(B) | 156.59º | 0.87% | 0.56% | - |
| XYZ | 11.96 | 20.29 | 13.88 | - |
| YUV | 99.75 | 124.75 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 94 | 0.87 | 0 | 0.34 | 0.44 | 156.59 | 0.76 | 0.32 |
| Hex | 13 | 8E | 5E | 57 | 0 | 22 | 2C | 9D | 4C | 20 |
| Octal | 23 | 216 | 136 | 127 | 0 | 42 | 54 | 235 | 114 | 40 |
| Binary | 10011 | 10001110 | 1011110 | 1010111 | 0 | 100010 | 101100 | 10011101 | 1001100 | 100000 |
Color Harmonies of #138E5E
Complementary color
Monochromatic Colors of #138E5E
Black with #138E5E
Text Example
Text Example
White with #138E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138E5E; }
p { color: rgb(19,142,94); }
H1.HeaderClassName
{
color: #138E5E;
}
.AnyTagClassName
{
color: #138E5E;
}
</style>
background-color css
<style>
a { background-color: #138E5E; }
a { background-color: rgb(19,142,94); }
div.DivClassName
{
background-color: #138E5E;
}
.BgClassName
{
background-color: #138E5E;
}
</style>
border-color css
<style>
span { border-color: #138E5E; }
span { border-color: rgb(19,142,94); }
td.TdClassName
{
border-color: #138E5E;
}
.TagClassName
{
border-color: #138E5E;
}
</style>