Shades of Elf Green #138D71
Tints of Elf Green #138D71
RGB
CMYK
RGB Variations
Color information
#138D71 (or 0x138D71) is known color: Elf Green. HEX triplet: 13, 8D and 71. RGB value is (19,141,113). Sum of RGB (Red+Green+Blue) = 19+141+113=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #138D71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138D71 is #EC728E. Grayscale: #656565. Windows color (decimal): -15495823 or 7441683. OLE color: 7441683.
HSL color Cylindrical-coordinate representation of color #138D71: hue angle of 166.23º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D71 is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 141 | 113 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.45 |
| HSL | 166.23º | 0.76% | 0.31% | - |
| HSV(B) | 166.23º | 0.87% | 0.55% | - |
| XYZ | 12.77 | 20.38 | 18.88 | - |
| YUV | 101.33 | 134.58 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 113 | 0.87 | 0 | 0.20 | 0.45 | 166.23 | 0.76 | 0.31 |
| Hex | 13 | 8D | 71 | 57 | 0 | 14 | 2D | A6 | 4C | 1F |
| Octal | 23 | 215 | 161 | 127 | 0 | 24 | 55 | 246 | 114 | 37 |
| Binary | 10011 | 10001101 | 1110001 | 1010111 | 0 | 10100 | 101101 | 10100110 | 1001100 | 11111 |
Color Harmonies of #138D71
Complementary color
Monochromatic Colors of #138D71
Black with #138D71
Text Example
Text Example
White with #138D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D71; }
p { color: rgb(19,141,113); }
H1.HeaderClassName
{
color: #138D71;
}
.AnyTagClassName
{
color: #138D71;
}
</style>
background-color css
<style>
a { background-color: #138D71; }
a { background-color: rgb(19,141,113); }
div.DivClassName
{
background-color: #138D71;
}
.BgClassName
{
background-color: #138D71;
}
</style>
border-color css
<style>
span { border-color: #138D71; }
span { border-color: rgb(19,141,113); }
td.TdClassName
{
border-color: #138D71;
}
.TagClassName
{
border-color: #138D71;
}
</style>