Shades of Pale Green #A8FB86
Tints of Pale Green #A8FB86
RGB
CMYK
RGB Variations
Color information
#A8FB86 (or 0xA8FB86) is known color: Pale Green. HEX triplet: A8, FB and 86. RGB value is (168,251,134). Sum of RGB (Red+Green+Blue) = 168+251+134=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FB86 is #570479. Grayscale: #D5D5D5. Windows color (decimal): -5702778 or 8846248. OLE color: 8846248.
HSL color Cylindrical-coordinate representation of color #A8FB86: hue angle of 102.56º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8FB86 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 134 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.02 |
| HSL | 102.56º | 0.94% | 0.75% | - |
| HSV(B) | 102.56º | 0.47% | 0.98% | - |
| XYZ | 54.95 | 79.04 | 34.91 | - |
| YUV | 212.85 | 83.5 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 134 | 0.33 | 0 | 0.47 | 0.02 | 102.56 | 0.94 | 0.75 |
| Hex | A8 | FB | 86 | 21 | 0 | 2F | 2 | 67 | 5E | 4B |
| Octal | 250 | 373 | 206 | 41 | 0 | 57 | 2 | 147 | 136 | 113 |
| Binary | 10101000 | 11111011 | 10000110 | 100001 | 0 | 101111 | 10 | 1100111 | 1011110 | 1001011 |
Color Harmonies of #A8FB86
Complementary color
Monochromatic Colors of #A8FB86
Black with #A8FB86
Text Example
Text Example
White with #A8FB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FB86; }
p { color: rgb(168,251,134); }
H1.HeaderClassName
{
color: #A8FB86;
}
.AnyTagClassName
{
color: #A8FB86;
}
</style>
background-color css
<style>
a { background-color: #A8FB86; }
a { background-color: rgb(168,251,134); }
div.DivClassName
{
background-color: #A8FB86;
}
.BgClassName
{
background-color: #A8FB86;
}
</style>
border-color css
<style>
span { border-color: #A8FB86; }
span { border-color: rgb(168,251,134); }
td.TdClassName
{
border-color: #A8FB86;
}
.TagClassName
{
border-color: #A8FB86;
}
</style>