Shades of Pale Green #A2FB86
Tints of Pale Green #A2FB86
RGB
CMYK
RGB Variations
Color information
#A2FB86 (or 0xA2FB86) is known color: Pale Green. HEX triplet: A2, FB and 86. RGB value is (162,251,134). Sum of RGB (Red+Green+Blue) = 162+251+134=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FB86 is #5D0479. Grayscale: #D3D3D3. Windows color (decimal): -6095994 or 8846242. OLE color: 8846242.
HSL color Cylindrical-coordinate representation of color #A2FB86: hue angle of 105.64º 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 #A2FB86 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 251 | 134 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.02 |
| HSL | 105.64º | 0.94% | 0.75% | - |
| HSV(B) | 105.64º | 0.47% | 0.98% | - |
| XYZ | 53.7 | 78.4 | 34.86 | - |
| YUV | 211.05 | 84.51 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 251 | 134 | 0.35 | 0 | 0.47 | 0.02 | 105.64 | 0.94 | 0.75 |
| Hex | A2 | FB | 86 | 23 | 0 | 2F | 2 | 6A | 5E | 4B |
| Octal | 242 | 373 | 206 | 43 | 0 | 57 | 2 | 152 | 136 | 113 |
| Binary | 10100010 | 11111011 | 10000110 | 100011 | 0 | 101111 | 10 | 1101010 | 1011110 | 1001011 |
Color Harmonies of #A2FB86
Complementary color
Monochromatic Colors of #A2FB86
Black with #A2FB86
Text Example
Text Example
White with #A2FB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FB86; }
p { color: rgb(162,251,134); }
H1.HeaderClassName
{
color: #A2FB86;
}
.AnyTagClassName
{
color: #A2FB86;
}
</style>
background-color css
<style>
a { background-color: #A2FB86; }
a { background-color: rgb(162,251,134); }
div.DivClassName
{
background-color: #A2FB86;
}
.BgClassName
{
background-color: #A2FB86;
}
</style>
border-color css
<style>
span { border-color: #A2FB86; }
span { border-color: rgb(162,251,134); }
td.TdClassName
{
border-color: #A2FB86;
}
.TagClassName
{
border-color: #A2FB86;
}
</style>