Shades of Mountain Meadow #17BF80
Tints of Mountain Meadow #17BF80
RGB
CMYK
RGB Variations
Color information
#17BF80 (or 0x17BF80) is known color: Mountain Meadow. HEX triplet: 17, BF and 80. RGB value is (23,191,128). Sum of RGB (Red+Green+Blue) = 23+191+128=342 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.73% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #17BF80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #17BF80 is #E8407F. Grayscale: #858585. Windows color (decimal): -15220864 or 8437527. OLE color: 8437527.
HSL color Cylindrical-coordinate representation of color #17BF80: hue angle of 157.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17BF80 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 191 | 128 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.25 |
| HSL | 157.5º | 0.79% | 0.42% | - |
| HSV(B) | 157.5º | 0.88% | 0.75% | - |
| XYZ | 22.88 | 39 | 26.74 | - |
| YUV | 133.59 | 124.84 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 191 | 128 | 0.88 | 0 | 0.33 | 0.25 | 157.5 | 0.79 | 0.42 |
| Hex | 17 | BF | 80 | 58 | 0 | 21 | 19 | 9E | 4F | 2A |
| Octal | 27 | 277 | 200 | 130 | 0 | 41 | 31 | 236 | 117 | 52 |
| Binary | 10111 | 10111111 | 10000000 | 1011000 | 0 | 100001 | 11001 | 10011110 | 1001111 | 101010 |
Color Harmonies of #17BF80
Complementary color
Monochromatic Colors of #17BF80
Black with #17BF80
Text Example
Text Example
White with #17BF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BF80; }
p { color: rgb(23,191,128); }
H1.HeaderClassName
{
color: #17BF80;
}
.AnyTagClassName
{
color: #17BF80;
}
</style>
background-color css
<style>
a { background-color: #17BF80; }
a { background-color: rgb(23,191,128); }
div.DivClassName
{
background-color: #17BF80;
}
.BgClassName
{
background-color: #17BF80;
}
</style>
border-color css
<style>
span { border-color: #17BF80; }
span { border-color: rgb(23,191,128); }
td.TdClassName
{
border-color: #17BF80;
}
.TagClassName
{
border-color: #17BF80;
}
</style>