Shades of Mountain Meadow #17BF8A
Tints of Mountain Meadow #17BF8A
RGB
CMYK
RGB Variations
Color information
#17BF8A (or 0x17BF8A) is known color: Mountain Meadow. HEX triplet: 17, BF and 8A. RGB value is (23,191,138). Sum of RGB (Red+Green+Blue) = 23+191+138=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #17BF8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #17BF8A is #E84075. Grayscale: #868686. Windows color (decimal): -15220854 or 9092887. OLE color: 9092887.
HSL color Cylindrical-coordinate representation of color #17BF8A: hue angle of 161.07º 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 #17BF8A is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 191 | 138 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.25 |
| HSL | 161.07º | 0.79% | 0.42% | - |
| HSV(B) | 161.07º | 0.88% | 0.75% | - |
| XYZ | 23.57 | 39.28 | 30.38 | - |
| YUV | 134.73 | 129.84 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 191 | 138 | 0.88 | 0 | 0.28 | 0.25 | 161.07 | 0.79 | 0.42 |
| Hex | 17 | BF | 8A | 58 | 0 | 1C | 19 | A1 | 4F | 2A |
| Octal | 27 | 277 | 212 | 130 | 0 | 34 | 31 | 241 | 117 | 52 |
| Binary | 10111 | 10111111 | 10001010 | 1011000 | 0 | 11100 | 11001 | 10100001 | 1001111 | 101010 |
Color Harmonies of #17BF8A
Complementary color
Monochromatic Colors of #17BF8A
Black with #17BF8A
Text Example
Text Example
White with #17BF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BF8A; }
p { color: rgb(23,191,138); }
H1.HeaderClassName
{
color: #17BF8A;
}
.AnyTagClassName
{
color: #17BF8A;
}
</style>
background-color css
<style>
a { background-color: #17BF8A; }
a { background-color: rgb(23,191,138); }
div.DivClassName
{
background-color: #17BF8A;
}
.BgClassName
{
background-color: #17BF8A;
}
</style>
border-color css
<style>
span { border-color: #17BF8A; }
span { border-color: rgb(23,191,138); }
td.TdClassName
{
border-color: #17BF8A;
}
.TagClassName
{
border-color: #17BF8A;
}
</style>