Shades of Elf Green #1CA172
Tints of Elf Green #1CA172
RGB
CMYK
RGB Variations
Color information
#1CA172 (or 0x1CA172) is known color: Elf Green. HEX triplet: 1C, A1 and 72. RGB value is (28,161,114). Sum of RGB (Red+Green+Blue) = 28+161+114=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA172 is #E35E8D. Grayscale: #737373. Windows color (decimal): -14900878 or 7512348. OLE color: 7512348.
HSL color Cylindrical-coordinate representation of color #1CA172: hue angle of 158.8º 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 #1CA172 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 161 | 114 | - |
| CMYK | 0.83 | 0 | 0.29 | 0.37 |
| HSL | 158.8º | 0.7% | 0.37% | - |
| HSV(B) | 158.8º | 0.83% | 0.63% | - |
| XYZ | 16.26 | 26.95 | 20.26 | - |
| YUV | 115.88 | 126.94 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 161 | 114 | 0.83 | 0 | 0.29 | 0.37 | 158.8 | 0.7 | 0.37 |
| Hex | 1C | A1 | 72 | 53 | 0 | 1D | 25 | 9F | 46 | 25 |
| Octal | 34 | 241 | 162 | 123 | 0 | 35 | 45 | 237 | 106 | 45 |
| Binary | 11100 | 10100001 | 1110010 | 1010011 | 0 | 11101 | 100101 | 10011111 | 1000110 | 100101 |
Color Harmonies of #1CA172
Complementary color
Monochromatic Colors of #1CA172
Black with #1CA172
Text Example
Text Example
White with #1CA172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA172; }
p { color: rgb(28,161,114); }
H1.HeaderClassName
{
color: #1CA172;
}
.AnyTagClassName
{
color: #1CA172;
}
</style>
background-color css
<style>
a { background-color: #1CA172; }
a { background-color: rgb(28,161,114); }
div.DivClassName
{
background-color: #1CA172;
}
.BgClassName
{
background-color: #1CA172;
}
</style>
border-color css
<style>
span { border-color: #1CA172; }
span { border-color: rgb(28,161,114); }
td.TdClassName
{
border-color: #1CA172;
}
.TagClassName
{
border-color: #1CA172;
}
</style>