Shades of Elf Green #138A7A
Tints of Elf Green #138A7A
RGB
CMYK
RGB Variations
Color information
#138A7A (or 0x138A7A) is known color: Elf Green. HEX triplet: 13, 8A and 7A. RGB value is (19,138,122). Sum of RGB (Red+Green+Blue) = 19+138+122=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #138A7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138A7A is #EC7585. Grayscale: #646464. Windows color (decimal): -15496582 or 8030739. OLE color: 8030739.
HSL color Cylindrical-coordinate representation of color #138A7A: hue angle of 171.93º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138A7A is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 122 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.46 |
| HSL | 171.93º | 0.76% | 0.31% | - |
| HSV(B) | 171.93º | 0.86% | 0.54% | - |
| XYZ | 12.87 | 19.72 | 21.54 | - |
| YUV | 100.6 | 140.08 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 122 | 0.86 | 0 | 0.12 | 0.46 | 171.93 | 0.76 | 0.31 |
| Hex | 13 | 8A | 7A | 56 | 0 | C | 2E | AC | 4C | 1F |
| Octal | 23 | 212 | 172 | 126 | 0 | 14 | 56 | 254 | 114 | 37 |
| Binary | 10011 | 10001010 | 1111010 | 1010110 | 0 | 1100 | 101110 | 10101100 | 1001100 | 11111 |
Color Harmonies of #138A7A
Complementary color
Monochromatic Colors of #138A7A
Black with #138A7A
Text Example
Text Example
White with #138A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A7A; }
p { color: rgb(19,138,122); }
H1.HeaderClassName
{
color: #138A7A;
}
.AnyTagClassName
{
color: #138A7A;
}
</style>
background-color css
<style>
a { background-color: #138A7A; }
a { background-color: rgb(19,138,122); }
div.DivClassName
{
background-color: #138A7A;
}
.BgClassName
{
background-color: #138A7A;
}
</style>
border-color css
<style>
span { border-color: #138A7A; }
span { border-color: rgb(19,138,122); }
td.TdClassName
{
border-color: #138A7A;
}
.TagClassName
{
border-color: #138A7A;
}
</style>