Shades of Elf Green #17957D
Tints of Elf Green #17957D
RGB
CMYK
RGB Variations
Color information
#17957D (or 0x17957D) is known color: Elf Green. HEX triplet: 17, 95 and 7D. RGB value is (23,149,125). Sum of RGB (Red+Green+Blue) = 23+149+125=297 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.74% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #17957D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17957D is #E86A82. Grayscale: #6C6C6C. Windows color (decimal): -15231619 or 8230167. OLE color: 8230167.
HSL color Cylindrical-coordinate representation of color #17957D: hue angle of 168.57º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17957D is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 149 | 125 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.42 |
| HSL | 168.57º | 0.73% | 0.34% | - |
| HSV(B) | 168.57º | 0.85% | 0.58% | - |
| XYZ | 14.8 | 23.16 | 23.09 | - |
| YUV | 108.59 | 137.26 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 149 | 125 | 0.85 | 0 | 0.16 | 0.42 | 168.57 | 0.73 | 0.34 |
| Hex | 17 | 95 | 7D | 55 | 0 | 10 | 2A | A9 | 49 | 22 |
| Octal | 27 | 225 | 175 | 125 | 0 | 20 | 52 | 251 | 111 | 42 |
| Binary | 10111 | 10010101 | 1111101 | 1010101 | 0 | 10000 | 101010 | 10101001 | 1001001 | 100010 |
Color Harmonies of #17957D
Complementary color
Monochromatic Colors of #17957D
Black with #17957D
Text Example
Text Example
White with #17957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17957D; }
p { color: rgb(23,149,125); }
H1.HeaderClassName
{
color: #17957D;
}
.AnyTagClassName
{
color: #17957D;
}
</style>
background-color css
<style>
a { background-color: #17957D; }
a { background-color: rgb(23,149,125); }
div.DivClassName
{
background-color: #17957D;
}
.BgClassName
{
background-color: #17957D;
}
</style>
border-color css
<style>
span { border-color: #17957D; }
span { border-color: rgb(23,149,125); }
td.TdClassName
{
border-color: #17957D;
}
.TagClassName
{
border-color: #17957D;
}
</style>