Shades of Elf Green #138B78
Tints of Elf Green #138B78
RGB
CMYK
RGB Variations
Color information
#138B78 (or 0x138B78) is known color: Elf Green. HEX triplet: 13, 8B and 78. RGB value is (19,139,120). Sum of RGB (Red+Green+Blue) = 19+139+120=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #138B78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138B78 is #EC7487. Grayscale: #646464. Windows color (decimal): -15496328 or 7899923. OLE color: 7899923.
HSL color Cylindrical-coordinate representation of color #138B78: hue angle of 170.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 #138B78 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 120 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.45 |
| HSL | 170.5º | 0.76% | 0.31% | - |
| HSV(B) | 170.5º | 0.86% | 0.55% | - |
| XYZ | 12.89 | 19.96 | 20.94 | - |
| YUV | 100.95 | 138.74 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 120 | 0.86 | 0 | 0.14 | 0.45 | 170.5 | 0.76 | 0.31 |
| Hex | 13 | 8B | 78 | 56 | 0 | E | 2D | AA | 4C | 1F |
| Octal | 23 | 213 | 170 | 126 | 0 | 16 | 55 | 252 | 114 | 37 |
| Binary | 10011 | 10001011 | 1111000 | 1010110 | 0 | 1110 | 101101 | 10101010 | 1001100 | 11111 |
Color Harmonies of #138B78
Complementary color
Monochromatic Colors of #138B78
Black with #138B78
Text Example
Text Example
White with #138B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B78; }
p { color: rgb(19,139,120); }
H1.HeaderClassName
{
color: #138B78;
}
.AnyTagClassName
{
color: #138B78;
}
</style>
background-color css
<style>
a { background-color: #138B78; }
a { background-color: rgb(19,139,120); }
div.DivClassName
{
background-color: #138B78;
}
.BgClassName
{
background-color: #138B78;
}
</style>
border-color css
<style>
span { border-color: #138B78; }
span { border-color: rgb(19,139,120); }
td.TdClassName
{
border-color: #138B78;
}
.TagClassName
{
border-color: #138B78;
}
</style>