Shades of Pale Green #86F7A6
Tints of Pale Green #86F7A6
RGB
CMYK
RGB Variations
Color information
#86F7A6 (or 0x86F7A6) is known color: Pale Green. HEX triplet: 86, F7 and A6. RGB value is (134,247,166). Sum of RGB (Red+Green+Blue) = 134+247+166=547 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.50% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #86F7A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F7A6 is #790859. Grayscale: #CCCCCC. Windows color (decimal): -7931994 or 10942342. OLE color: 10942342.
HSL color Cylindrical-coordinate representation of color #86F7A6: hue angle of 136.99º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F7A6 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 247 | 166 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.03 |
| HSL | 136.99º | 0.88% | 0.75% | - |
| HSV(B) | 136.99º | 0.46% | 0.97% | - |
| XYZ | 49.98 | 74.34 | 47.79 | - |
| YUV | 203.98 | 106.56 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 247 | 166 | 0.46 | 0 | 0.33 | 0.03 | 136.99 | 0.88 | 0.75 |
| Hex | 86 | F7 | A6 | 2E | 0 | 21 | 3 | 89 | 58 | 4B |
| Octal | 206 | 367 | 246 | 56 | 0 | 41 | 3 | 211 | 130 | 113 |
| Binary | 10000110 | 11110111 | 10100110 | 101110 | 0 | 100001 | 11 | 10001001 | 1011000 | 1001011 |
Color Harmonies of #86F7A6
Complementary color
Monochromatic Colors of #86F7A6
Black with #86F7A6
Text Example
Text Example
White with #86F7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F7A6; }
p { color: rgb(134,247,166); }
H1.HeaderClassName
{
color: #86F7A6;
}
.AnyTagClassName
{
color: #86F7A6;
}
</style>
background-color css
<style>
a { background-color: #86F7A6; }
a { background-color: rgb(134,247,166); }
div.DivClassName
{
background-color: #86F7A6;
}
.BgClassName
{
background-color: #86F7A6;
}
</style>
border-color css
<style>
span { border-color: #86F7A6; }
span { border-color: rgb(134,247,166); }
td.TdClassName
{
border-color: #86F7A6;
}
.TagClassName
{
border-color: #86F7A6;
}
</style>