Shades of Elf Green #138E6A
Tints of Elf Green #138E6A
RGB
CMYK
RGB Variations
Color information
#138E6A (or 0x138E6A) is known color: Elf Green. HEX triplet: 13, 8E and 6A. RGB value is (19,142,106). Sum of RGB (Red+Green+Blue) = 19+142+106=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 142 (55.86% from 255 or 53.18% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 142 - color contains mainly: green. Hex color #138E6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138E6A is #EC7195. Grayscale: #656565. Windows color (decimal): -15495574 or 6983187. OLE color: 6983187.
HSL color Cylindrical-coordinate representation of color #138E6A: hue angle of 162.44º 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 #138E6A is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 142 | 106 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.44 |
| HSL | 162.44º | 0.76% | 0.32% | - |
| HSV(B) | 162.44º | 0.87% | 0.56% | - |
| XYZ | 12.54 | 20.53 | 16.94 | - |
| YUV | 101.12 | 130.75 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 106 | 0.87 | 0 | 0.25 | 0.44 | 162.44 | 0.76 | 0.32 |
| Hex | 13 | 8E | 6A | 57 | 0 | 19 | 2C | A2 | 4C | 20 |
| Octal | 23 | 216 | 152 | 127 | 0 | 31 | 54 | 242 | 114 | 40 |
| Binary | 10011 | 10001110 | 1101010 | 1010111 | 0 | 11001 | 101100 | 10100010 | 1001100 | 100000 |
Color Harmonies of #138E6A
Complementary color
Monochromatic Colors of #138E6A
Black with #138E6A
Text Example
Text Example
White with #138E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138E6A; }
p { color: rgb(19,142,106); }
H1.HeaderClassName
{
color: #138E6A;
}
.AnyTagClassName
{
color: #138E6A;
}
</style>
background-color css
<style>
a { background-color: #138E6A; }
a { background-color: rgb(19,142,106); }
div.DivClassName
{
background-color: #138E6A;
}
.BgClassName
{
background-color: #138E6A;
}
</style>
border-color css
<style>
span { border-color: #138E6A; }
span { border-color: rgb(19,142,106); }
td.TdClassName
{
border-color: #138E6A;
}
.TagClassName
{
border-color: #138E6A;
}
</style>