Shades of Elf Green #179470
Tints of Elf Green #179470
RGB
CMYK
RGB Variations
Color information
#179470 (or 0x179470) is known color: Elf Green. HEX triplet: 17, 94 and 70. RGB value is (23,148,112). Sum of RGB (Red+Green+Blue) = 23+148+112=283 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.13% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #179470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #179470 is #E86B8F. Grayscale: #6A6A6A. Windows color (decimal): -15231888 or 7377943. OLE color: 7377943.
HSL color Cylindrical-coordinate representation of color #179470: hue angle of 162.72º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #179470 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 148 | 112 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.42 |
| HSL | 162.72º | 0.73% | 0.34% | - |
| HSV(B) | 162.72º | 0.84% | 0.58% | - |
| XYZ | 13.87 | 22.53 | 18.95 | - |
| YUV | 106.52 | 131.09 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 148 | 112 | 0.84 | 0 | 0.24 | 0.42 | 162.72 | 0.73 | 0.34 |
| Hex | 17 | 94 | 70 | 54 | 0 | 18 | 2A | A3 | 49 | 22 |
| Octal | 27 | 224 | 160 | 124 | 0 | 30 | 52 | 243 | 111 | 42 |
| Binary | 10111 | 10010100 | 1110000 | 1010100 | 0 | 11000 | 101010 | 10100011 | 1001001 | 100010 |
Color Harmonies of #179470
Complementary color
Monochromatic Colors of #179470
Black with #179470
Text Example
Text Example
White with #179470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179470; }
p { color: rgb(23,148,112); }
H1.HeaderClassName
{
color: #179470;
}
.AnyTagClassName
{
color: #179470;
}
</style>
background-color css
<style>
a { background-color: #179470; }
a { background-color: rgb(23,148,112); }
div.DivClassName
{
background-color: #179470;
}
.BgClassName
{
background-color: #179470;
}
</style>
border-color css
<style>
span { border-color: #179470; }
span { border-color: rgb(23,148,112); }
td.TdClassName
{
border-color: #179470;
}
.TagClassName
{
border-color: #179470;
}
</style>