Shades of Elf Green #138869
Tints of Elf Green #138869
RGB
CMYK
RGB Variations
Color information
#138869 (or 0x138869) is known color: Elf Green. HEX triplet: 13, 88 and 69. RGB value is (19,136,105). Sum of RGB (Red+Green+Blue) = 19+136+105=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 136 (53.52% from 255 or 52.31% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 136 - color contains mainly: green. Hex color #138869 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138869 is #EC7796. Grayscale: #616161. Windows color (decimal): -15497111 or 6916115. OLE color: 6916115.
HSL color Cylindrical-coordinate representation of color #138869: hue angle of 164.1º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138869 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 136 | 105 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.47 |
| HSL | 164.1º | 0.75% | 0.3% | - |
| HSV(B) | 164.1º | 0.86% | 0.53% | - |
| XYZ | 11.62 | 18.77 | 16.37 | - |
| YUV | 97.48 | 132.24 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 105 | 0.86 | 0 | 0.23 | 0.47 | 164.1 | 0.75 | 0.3 |
| Hex | 13 | 88 | 69 | 56 | 0 | 17 | 2F | A4 | 4B | 1E |
| Octal | 23 | 210 | 151 | 126 | 0 | 27 | 57 | 244 | 113 | 36 |
| Binary | 10011 | 10001000 | 1101001 | 1010110 | 0 | 10111 | 101111 | 10100100 | 1001011 | 11110 |
Color Harmonies of #138869
Complementary color
Monochromatic Colors of #138869
Black with #138869
Text Example
Text Example
White with #138869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138869; }
p { color: rgb(19,136,105); }
H1.HeaderClassName
{
color: #138869;
}
.AnyTagClassName
{
color: #138869;
}
</style>
background-color css
<style>
a { background-color: #138869; }
a { background-color: rgb(19,136,105); }
div.DivClassName
{
background-color: #138869;
}
.BgClassName
{
background-color: #138869;
}
</style>
border-color css
<style>
span { border-color: #138869; }
span { border-color: rgb(19,136,105); }
td.TdClassName
{
border-color: #138869;
}
.TagClassName
{
border-color: #138869;
}
</style>