Shades of Elf Green #138D7B
Tints of Elf Green #138D7B
RGB
CMYK
RGB Variations
Color information
#138D7B (or 0x138D7B) is known color: Elf Green. HEX triplet: 13, 8D and 7B. RGB value is (19,141,123). Sum of RGB (Red+Green+Blue) = 19+141+123=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #138D7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138D7B is #EC7284. Grayscale: #666666. Windows color (decimal): -15495813 or 8097043. OLE color: 8097043.
HSL color Cylindrical-coordinate representation of color #138D7B: hue angle of 171.15º 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 #138D7B is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 141 | 123 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.45 |
| HSL | 171.15º | 0.76% | 0.31% | - |
| HSV(B) | 171.15º | 0.87% | 0.55% | - |
| XYZ | 13.37 | 20.62 | 22.01 | - |
| YUV | 102.47 | 139.58 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 123 | 0.87 | 0 | 0.13 | 0.45 | 171.15 | 0.76 | 0.31 |
| Hex | 13 | 8D | 7B | 57 | 0 | D | 2D | AB | 4C | 1F |
| Octal | 23 | 215 | 173 | 127 | 0 | 15 | 55 | 253 | 114 | 37 |
| Binary | 10011 | 10001101 | 1111011 | 1010111 | 0 | 1101 | 101101 | 10101011 | 1001100 | 11111 |
Color Harmonies of #138D7B
Complementary color
Monochromatic Colors of #138D7B
Black with #138D7B
Text Example
Text Example
White with #138D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D7B; }
p { color: rgb(19,141,123); }
H1.HeaderClassName
{
color: #138D7B;
}
.AnyTagClassName
{
color: #138D7B;
}
</style>
background-color css
<style>
a { background-color: #138D7B; }
a { background-color: rgb(19,141,123); }
div.DivClassName
{
background-color: #138D7B;
}
.BgClassName
{
background-color: #138D7B;
}
</style>
border-color css
<style>
span { border-color: #138D7B; }
span { border-color: rgb(19,141,123); }
td.TdClassName
{
border-color: #138D7B;
}
.TagClassName
{
border-color: #138D7B;
}
</style>