Shades of Pale Green #A0FB86
Tints of Pale Green #A0FB86
RGB
CMYK
RGB Variations
Color information
#A0FB86 (or 0xA0FB86) is known color: Pale Green. HEX triplet: A0, FB and 86. RGB value is (160,251,134). Sum of RGB (Red+Green+Blue) = 160+251+134=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FB86 is #5F0479. Grayscale: #D2D2D2. Windows color (decimal): -6227066 or 8846240. OLE color: 8846240.
HSL color Cylindrical-coordinate representation of color #A0FB86: hue angle of 106.67º 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 #A0FB86 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 134 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.02 |
| HSL | 106.67º | 0.94% | 0.75% | - |
| HSV(B) | 106.67º | 0.47% | 0.98% | - |
| XYZ | 53.3 | 78.19 | 34.84 | - |
| YUV | 210.45 | 84.85 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 134 | 0.36 | 0 | 0.47 | 0.02 | 106.67 | 0.94 | 0.75 |
| Hex | A0 | FB | 86 | 24 | 0 | 2F | 2 | 6B | 5E | 4B |
| Octal | 240 | 373 | 206 | 44 | 0 | 57 | 2 | 153 | 136 | 113 |
| Binary | 10100000 | 11111011 | 10000110 | 100100 | 0 | 101111 | 10 | 1101011 | 1011110 | 1001011 |
Color Harmonies of #A0FB86
Complementary color
Monochromatic Colors of #A0FB86
Black with #A0FB86
Text Example
Text Example
White with #A0FB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB86; }
p { color: rgb(160,251,134); }
H1.HeaderClassName
{
color: #A0FB86;
}
.AnyTagClassName
{
color: #A0FB86;
}
</style>
background-color css
<style>
a { background-color: #A0FB86; }
a { background-color: rgb(160,251,134); }
div.DivClassName
{
background-color: #A0FB86;
}
.BgClassName
{
background-color: #A0FB86;
}
</style>
border-color css
<style>
span { border-color: #A0FB86; }
span { border-color: rgb(160,251,134); }
td.TdClassName
{
border-color: #A0FB86;
}
.TagClassName
{
border-color: #A0FB86;
}
</style>