Shades of Pale Green #A8FC86
Tints of Pale Green #A8FC86
RGB
CMYK
RGB Variations
Color information
#A8FC86 (or 0xA8FC86) is known color: Pale Green. HEX triplet: A8, FC and 86. RGB value is (168,252,134). Sum of RGB (Red+Green+Blue) = 168+252+134=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FC86 is #570379. Grayscale: #D5D5D5. Windows color (decimal): -5702522 or 8846504. OLE color: 8846504.
HSL color Cylindrical-coordinate representation of color #A8FC86: hue angle of 102.71º 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 #A8FC86 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 134 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.01 |
| HSL | 102.71º | 0.95% | 0.76% | - |
| HSV(B) | 102.71º | 0.47% | 0.99% | - |
| XYZ | 55.26 | 79.67 | 35.02 | - |
| YUV | 213.43 | 83.17 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 134 | 0.33 | 0 | 0.47 | 0.01 | 102.71 | 0.95 | 0.76 |
| Hex | A8 | FC | 86 | 21 | 0 | 2F | 1 | 67 | 5F | 4C |
| Octal | 250 | 374 | 206 | 41 | 0 | 57 | 1 | 147 | 137 | 114 |
| Binary | 10101000 | 11111100 | 10000110 | 100001 | 0 | 101111 | 1 | 1100111 | 1011111 | 1001100 |
Color Harmonies of #A8FC86
Complementary color
Monochromatic Colors of #A8FC86
Black with #A8FC86
Text Example
Text Example
White with #A8FC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC86; }
p { color: rgb(168,252,134); }
H1.HeaderClassName
{
color: #A8FC86;
}
.AnyTagClassName
{
color: #A8FC86;
}
</style>
background-color css
<style>
a { background-color: #A8FC86; }
a { background-color: rgb(168,252,134); }
div.DivClassName
{
background-color: #A8FC86;
}
.BgClassName
{
background-color: #A8FC86;
}
</style>
border-color css
<style>
span { border-color: #A8FC86; }
span { border-color: rgb(168,252,134); }
td.TdClassName
{
border-color: #A8FC86;
}
.TagClassName
{
border-color: #A8FC86;
}
</style>