Shades of Elf Green #1CA16D
Tints of Elf Green #1CA16D
RGB
CMYK
RGB Variations
Color information
#1CA16D (or 0x1CA16D) is known color: Elf Green. HEX triplet: 1C, A1 and 6D. RGB value is (28,161,109). Sum of RGB (Red+Green+Blue) = 28+161+109=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 161 (63.28% from 255 or 54.03% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA16D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA16D is #E35E92. Grayscale: #737373. Windows color (decimal): -14900883 or 7184668. OLE color: 7184668.
HSL color Cylindrical-coordinate representation of color #1CA16D: hue angle of 156.54º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA16D is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 161 | 109 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.37 |
| HSL | 156.54º | 0.7% | 0.37% | - |
| HSV(B) | 156.54º | 0.83% | 0.63% | - |
| XYZ | 15.98 | 26.84 | 18.81 | - |
| YUV | 115.31 | 124.44 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 161 | 109 | 0.83 | 0 | 0.32 | 0.37 | 156.54 | 0.7 | 0.37 |
| Hex | 1C | A1 | 6D | 53 | 0 | 20 | 25 | 9D | 46 | 25 |
| Octal | 34 | 241 | 155 | 123 | 0 | 40 | 45 | 235 | 106 | 45 |
| Binary | 11100 | 10100001 | 1101101 | 1010011 | 0 | 100000 | 100101 | 10011101 | 1000110 | 100101 |
Color Harmonies of #1CA16D
Complementary color
Monochromatic Colors of #1CA16D
Black with #1CA16D
Text Example
Text Example
White with #1CA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA16D; }
p { color: rgb(28,161,109); }
H1.HeaderClassName
{
color: #1CA16D;
}
.AnyTagClassName
{
color: #1CA16D;
}
</style>
background-color css
<style>
a { background-color: #1CA16D; }
a { background-color: rgb(28,161,109); }
div.DivClassName
{
background-color: #1CA16D;
}
.BgClassName
{
background-color: #1CA16D;
}
</style>
border-color css
<style>
span { border-color: #1CA16D; }
span { border-color: rgb(28,161,109); }
td.TdClassName
{
border-color: #1CA16D;
}
.TagClassName
{
border-color: #1CA16D;
}
</style>