Shades of Elf Green #149A6D
Tints of Elf Green #149A6D
RGB
CMYK
RGB Variations
Color information
#149A6D (or 0x149A6D) is known color: Elf Green. HEX triplet: 14, 9A and 6D. RGB value is (20,154,109). Sum of RGB (Red+Green+Blue) = 20+154+109=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 154 (60.55% from 255 or 54.42% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 154 - color contains mainly: green. Hex color #149A6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149A6D is #EB6592. Grayscale: #6C6C6C. Windows color (decimal): -15426963 or 7182868. OLE color: 7182868.
HSL color Cylindrical-coordinate representation of color #149A6D: hue angle of 159.85º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149A6D is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 154 | 109 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.40 |
| HSL | 159.85º | 0.77% | 0.34% | - |
| HSV(B) | 159.85º | 0.87% | 0.6% | - |
| XYZ | 14.6 | 24.36 | 18.4 | - |
| YUV | 108.8 | 128.11 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 154 | 109 | 0.87 | 0 | 0.29 | 0.40 | 159.85 | 0.77 | 0.34 |
| Hex | 14 | 9A | 6D | 57 | 0 | 1D | 28 | A0 | 4D | 22 |
| Octal | 24 | 232 | 155 | 127 | 0 | 35 | 50 | 240 | 115 | 42 |
| Binary | 10100 | 10011010 | 1101101 | 1010111 | 0 | 11101 | 101000 | 10100000 | 1001101 | 100010 |
Color Harmonies of #149A6D
Complementary color
Monochromatic Colors of #149A6D
Black with #149A6D
Text Example
Text Example
White with #149A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149A6D; }
p { color: rgb(20,154,109); }
H1.HeaderClassName
{
color: #149A6D;
}
.AnyTagClassName
{
color: #149A6D;
}
</style>
background-color css
<style>
a { background-color: #149A6D; }
a { background-color: rgb(20,154,109); }
div.DivClassName
{
background-color: #149A6D;
}
.BgClassName
{
background-color: #149A6D;
}
</style>
border-color css
<style>
span { border-color: #149A6D; }
span { border-color: rgb(20,154,109); }
td.TdClassName
{
border-color: #149A6D;
}
.TagClassName
{
border-color: #149A6D;
}
</style>