Shades of Pale Green #86FCAB
Tints of Pale Green #86FCAB
RGB
CMYK
RGB Variations
Color information
#86FCAB (or 0x86FCAB) is known color: Pale Green. HEX triplet: 86, FC and AB. RGB value is (134,252,171). Sum of RGB (Red+Green+Blue) = 134+252+171=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #86FCAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FCAB is #790354. Grayscale: #CFCFCF. Windows color (decimal): -7930709 or 11271302. OLE color: 11271302.
HSL color Cylindrical-coordinate representation of color #86FCAB: hue angle of 138.81º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FCAB is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 252 | 171 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.01 |
| HSL | 138.81º | 0.95% | 0.76% | - |
| HSV(B) | 138.81º | 0.47% | 0.99% | - |
| XYZ | 51.99 | 77.63 | 50.77 | - |
| YUV | 207.48 | 107.41 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 252 | 171 | 0.47 | 0 | 0.32 | 0.01 | 138.81 | 0.95 | 0.76 |
| Hex | 86 | FC | AB | 2F | 0 | 20 | 1 | 8B | 5F | 4C |
| Octal | 206 | 374 | 253 | 57 | 0 | 40 | 1 | 213 | 137 | 114 |
| Binary | 10000110 | 11111100 | 10101011 | 101111 | 0 | 100000 | 1 | 10001011 | 1011111 | 1001100 |
Color Harmonies of #86FCAB
Complementary color
Monochromatic Colors of #86FCAB
Black with #86FCAB
Text Example
Text Example
White with #86FCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FCAB; }
p { color: rgb(134,252,171); }
H1.HeaderClassName
{
color: #86FCAB;
}
.AnyTagClassName
{
color: #86FCAB;
}
</style>
background-color css
<style>
a { background-color: #86FCAB; }
a { background-color: rgb(134,252,171); }
div.DivClassName
{
background-color: #86FCAB;
}
.BgClassName
{
background-color: #86FCAB;
}
</style>
border-color css
<style>
span { border-color: #86FCAB; }
span { border-color: rgb(134,252,171); }
td.TdClassName
{
border-color: #86FCAB;
}
.TagClassName
{
border-color: #86FCAB;
}
</style>