Shades of Elf Green #139669
Tints of Elf Green #139669
RGB
CMYK
RGB Variations
Color information
#139669 (or 0x139669) is known color: Elf Green. HEX triplet: 13, 96 and 69. RGB value is (19,150,105). Sum of RGB (Red+Green+Blue) = 19+150+105=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #139669 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139669 is #EC6996. Grayscale: #696969. Windows color (decimal): -15493527 or 6919699. OLE color: 6919699.
HSL color Cylindrical-coordinate representation of color #139669: hue angle of 159.39º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139669 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 150 | 105 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.41 |
| HSL | 159.39º | 0.78% | 0.33% | - |
| HSV(B) | 159.39º | 0.87% | 0.59% | - |
| XYZ | 13.72 | 22.97 | 17.08 | - |
| YUV | 105.7 | 127.6 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 150 | 105 | 0.87 | 0 | 0.30 | 0.41 | 159.39 | 0.78 | 0.33 |
| Hex | 13 | 96 | 69 | 57 | 0 | 1E | 29 | 9F | 4E | 21 |
| Octal | 23 | 226 | 151 | 127 | 0 | 36 | 51 | 237 | 116 | 41 |
| Binary | 10011 | 10010110 | 1101001 | 1010111 | 0 | 11110 | 101001 | 10011111 | 1001110 | 100001 |
Color Harmonies of #139669
Complementary color
Monochromatic Colors of #139669
Black with #139669
Text Example
Text Example
White with #139669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139669; }
p { color: rgb(19,150,105); }
H1.HeaderClassName
{
color: #139669;
}
.AnyTagClassName
{
color: #139669;
}
</style>
background-color css
<style>
a { background-color: #139669; }
a { background-color: rgb(19,150,105); }
div.DivClassName
{
background-color: #139669;
}
.BgClassName
{
background-color: #139669;
}
</style>
border-color css
<style>
span { border-color: #139669; }
span { border-color: rgb(19,150,105); }
td.TdClassName
{
border-color: #139669;
}
.TagClassName
{
border-color: #139669;
}
</style>