Shades of Mountain Meadow #17C970
Tints of Mountain Meadow #17C970
RGB
CMYK
RGB Variations
Color information
#17C970 (or 0x17C970) is known color: Mountain Meadow. HEX triplet: 17, C9 and 70. RGB value is (23,201,112). Sum of RGB (Red+Green+Blue) = 23+201+112=336 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.85% from 336); Green value is 201 (78.91% from 255 or 59.82% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 201 - color contains mainly: green. Hex color #17C970 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #17C970 is #E8368F. Grayscale: #898989. Windows color (decimal): -15218320 or 7391511. OLE color: 7391511.
HSL color Cylindrical-coordinate representation of color #17C970: hue angle of 150º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17C970 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 201 | 112 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.21 |
| HSL | 150º | 0.79% | 0.44% | - |
| HSV(B) | 150º | 0.89% | 0.79% | - |
| XYZ | 24.16 | 43.13 | 22.38 | - |
| YUV | 137.63 | 113.53 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 201 | 112 | 0.89 | 0 | 0.44 | 0.21 | 150 | 0.79 | 0.44 |
| Hex | 17 | C9 | 70 | 59 | 0 | 2C | 15 | 96 | 4F | 2C |
| Octal | 27 | 311 | 160 | 131 | 0 | 54 | 25 | 226 | 117 | 54 |
| Binary | 10111 | 11001001 | 1110000 | 1011001 | 0 | 101100 | 10101 | 10010110 | 1001111 | 101100 |
Color Harmonies of #17C970
Complementary color
Monochromatic Colors of #17C970
Black with #17C970
Text Example
Text Example
White with #17C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C970; }
p { color: rgb(23,201,112); }
H1.HeaderClassName
{
color: #17C970;
}
.AnyTagClassName
{
color: #17C970;
}
</style>
background-color css
<style>
a { background-color: #17C970; }
a { background-color: rgb(23,201,112); }
div.DivClassName
{
background-color: #17C970;
}
.BgClassName
{
background-color: #17C970;
}
</style>
border-color css
<style>
span { border-color: #17C970; }
span { border-color: rgb(23,201,112); }
td.TdClassName
{
border-color: #17C970;
}
.TagClassName
{
border-color: #17C970;
}
</style>