Shades of Elf Green #149C6B
Tints of Elf Green #149C6B
RGB
CMYK
RGB Variations
Color information
#149C6B (or 0x149C6B) is known color: Elf Green. HEX triplet: 14, 9C and 6B. RGB value is (20,156,107). Sum of RGB (Red+Green+Blue) = 20+156+107=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #149C6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149C6B is #EB6394. Grayscale: #6D6D6D. Windows color (decimal): -15426453 or 7052308. OLE color: 7052308.
HSL color Cylindrical-coordinate representation of color #149C6B: hue angle of 158.38º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149C6B is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 156 | 107 | - |
| CMYK | 0.87 | 0 | 0.31 | 0.39 |
| HSL | 158.38º | 0.77% | 0.35% | - |
| HSV(B) | 158.38º | 0.87% | 0.61% | - |
| XYZ | 14.83 | 24.99 | 17.95 | - |
| YUV | 109.75 | 126.44 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 107 | 0.87 | 0 | 0.31 | 0.39 | 158.38 | 0.77 | 0.35 |
| Hex | 14 | 9C | 6B | 57 | 0 | 1F | 27 | 9E | 4D | 23 |
| Octal | 24 | 234 | 153 | 127 | 0 | 37 | 47 | 236 | 115 | 43 |
| Binary | 10100 | 10011100 | 1101011 | 1010111 | 0 | 11111 | 100111 | 10011110 | 1001101 | 100011 |
Color Harmonies of #149C6B
Complementary color
Monochromatic Colors of #149C6B
Black with #149C6B
Text Example
Text Example
White with #149C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149C6B; }
p { color: rgb(20,156,107); }
H1.HeaderClassName
{
color: #149C6B;
}
.AnyTagClassName
{
color: #149C6B;
}
</style>
background-color css
<style>
a { background-color: #149C6B; }
a { background-color: rgb(20,156,107); }
div.DivClassName
{
background-color: #149C6B;
}
.BgClassName
{
background-color: #149C6B;
}
</style>
border-color css
<style>
span { border-color: #149C6B; }
span { border-color: rgb(20,156,107); }
td.TdClassName
{
border-color: #149C6B;
}
.TagClassName
{
border-color: #149C6B;
}
</style>