Shades of Summer Green #86C9A4
Tints of Summer Green #86C9A4
RGB
CMYK
RGB Variations
Color information
#86C9A4 (or 0x86C9A4) is known color: Summer Green. HEX triplet: 86, C9 and A4. RGB value is (134,201,164). Sum of RGB (Red+Green+Blue) = 134+201+164=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #86C9A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C9A4 is #79365B. Grayscale: #B0B0B0. Windows color (decimal): -7943772 or 10799494. OLE color: 10799494.
HSL color Cylindrical-coordinate representation of color #86C9A4: hue angle of 146.87º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86C9A4 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 201 | 164 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.21 |
| HSL | 146.87º | 0.38% | 0.66% | - |
| HSV(B) | 146.87º | 0.33% | 0.79% | - |
| XYZ | 37.42 | 49.52 | 42.71 | - |
| YUV | 176.75 | 120.8 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 201 | 164 | 0.33 | 0 | 0.18 | 0.21 | 146.87 | 0.38 | 0.66 |
| Hex | 86 | C9 | A4 | 21 | 0 | 12 | 15 | 93 | 26 | 42 |
| Octal | 206 | 311 | 244 | 41 | 0 | 22 | 25 | 223 | 46 | 102 |
| Binary | 10000110 | 11001001 | 10100100 | 100001 | 0 | 10010 | 10101 | 10010011 | 100110 | 1000010 |
Color Harmonies of #86C9A4
Complementary color
Monochromatic Colors of #86C9A4
Black with #86C9A4
Text Example
Text Example
White with #86C9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C9A4; }
p { color: rgb(134,201,164); }
H1.HeaderClassName
{
color: #86C9A4;
}
.AnyTagClassName
{
color: #86C9A4;
}
</style>
background-color css
<style>
a { background-color: #86C9A4; }
a { background-color: rgb(134,201,164); }
div.DivClassName
{
background-color: #86C9A4;
}
.BgClassName
{
background-color: #86C9A4;
}
</style>
border-color css
<style>
span { border-color: #86C9A4; }
span { border-color: rgb(134,201,164); }
td.TdClassName
{
border-color: #86C9A4;
}
.TagClassName
{
border-color: #86C9A4;
}
</style>