Shades of Elf Green #138B7A
Tints of Elf Green #138B7A
RGB
CMYK
RGB Variations
Color information
#138B7A (or 0x138B7A) is known color: Elf Green. HEX triplet: 13, 8B and 7A. RGB value is (19,139,122). Sum of RGB (Red+Green+Blue) = 19+139+122=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #138B7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138B7A is #EC7485. Grayscale: #656565. Windows color (decimal): -15496326 or 8030995. OLE color: 8030995.
HSL color Cylindrical-coordinate representation of color #138B7A: hue angle of 171.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138B7A is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 122 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.45 |
| HSL | 171.5º | 0.76% | 0.31% | - |
| HSV(B) | 171.5º | 0.86% | 0.55% | - |
| XYZ | 13.01 | 20.01 | 21.59 | - |
| YUV | 101.18 | 139.74 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 122 | 0.86 | 0 | 0.12 | 0.45 | 171.5 | 0.76 | 0.31 |
| Hex | 13 | 8B | 7A | 56 | 0 | C | 2D | AC | 4C | 1F |
| Octal | 23 | 213 | 172 | 126 | 0 | 14 | 55 | 254 | 114 | 37 |
| Binary | 10011 | 10001011 | 1111010 | 1010110 | 0 | 1100 | 101101 | 10101100 | 1001100 | 11111 |
Color Harmonies of #138B7A
Complementary color
Monochromatic Colors of #138B7A
Black with #138B7A
Text Example
Text Example
White with #138B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B7A; }
p { color: rgb(19,139,122); }
H1.HeaderClassName
{
color: #138B7A;
}
.AnyTagClassName
{
color: #138B7A;
}
</style>
background-color css
<style>
a { background-color: #138B7A; }
a { background-color: rgb(19,139,122); }
div.DivClassName
{
background-color: #138B7A;
}
.BgClassName
{
background-color: #138B7A;
}
</style>
border-color css
<style>
span { border-color: #138B7A; }
span { border-color: rgb(19,139,122); }
td.TdClassName
{
border-color: #138B7A;
}
.TagClassName
{
border-color: #138B7A;
}
</style>