Shades of Elf Green #13897A
Tints of Elf Green #13897A
RGB
CMYK
RGB Variations
Color information
#13897A (or 0x13897A) is known color: Elf Green. HEX triplet: 13, 89 and 7A. RGB value is (19,137,122). Sum of RGB (Red+Green+Blue) = 19+137+122=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #13897A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13897A is #EC7685. Grayscale: #636363. Windows color (decimal): -15496838 or 8030483. OLE color: 8030483.
HSL color Cylindrical-coordinate representation of color #13897A: hue angle of 172.37º 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 #13897A is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 137 | 122 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.46 |
| HSL | 172.37º | 0.76% | 0.31% | - |
| HSV(B) | 172.37º | 0.86% | 0.54% | - |
| XYZ | 12.73 | 19.43 | 21.49 | - |
| YUV | 100.01 | 140.41 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 122 | 0.86 | 0 | 0.11 | 0.46 | 172.37 | 0.76 | 0.31 |
| Hex | 13 | 89 | 7A | 56 | 0 | B | 2E | AC | 4C | 1F |
| Octal | 23 | 211 | 172 | 126 | 0 | 13 | 56 | 254 | 114 | 37 |
| Binary | 10011 | 10001001 | 1111010 | 1010110 | 0 | 1011 | 101110 | 10101100 | 1001100 | 11111 |
Color Harmonies of #13897A
Complementary color
Monochromatic Colors of #13897A
Black with #13897A
Text Example
Text Example
White with #13897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13897A; }
p { color: rgb(19,137,122); }
H1.HeaderClassName
{
color: #13897A;
}
.AnyTagClassName
{
color: #13897A;
}
</style>
background-color css
<style>
a { background-color: #13897A; }
a { background-color: rgb(19,137,122); }
div.DivClassName
{
background-color: #13897A;
}
.BgClassName
{
background-color: #13897A;
}
</style>
border-color css
<style>
span { border-color: #13897A; }
span { border-color: rgb(19,137,122); }
td.TdClassName
{
border-color: #13897A;
}
.TagClassName
{
border-color: #13897A;
}
</style>