Shades of Pale Green #A6FB86
Tints of Pale Green #A6FB86
RGB
CMYK
RGB Variations
Color information
#A6FB86 (or 0xA6FB86) is known color: Pale Green. HEX triplet: A6, FB and 86. RGB value is (166,251,134). Sum of RGB (Red+Green+Blue) = 166+251+134=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FB86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6FB86 is #590479. Grayscale: #D4D4D4. Windows color (decimal): -5833850 or 8846246. OLE color: 8846246.
HSL color Cylindrical-coordinate representation of color #A6FB86: hue angle of 103.59º 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 #A6FB86 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 134 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.02 |
| HSL | 103.59º | 0.94% | 0.75% | - |
| HSV(B) | 103.59º | 0.47% | 0.98% | - |
| XYZ | 54.53 | 78.82 | 34.89 | - |
| YUV | 212.25 | 83.84 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 134 | 0.34 | 0 | 0.47 | 0.02 | 103.59 | 0.94 | 0.75 |
| Hex | A6 | FB | 86 | 22 | 0 | 2F | 2 | 68 | 5E | 4B |
| Octal | 246 | 373 | 206 | 42 | 0 | 57 | 2 | 150 | 136 | 113 |
| Binary | 10100110 | 11111011 | 10000110 | 100010 | 0 | 101111 | 10 | 1101000 | 1011110 | 1001011 |
Color Harmonies of #A6FB86
Complementary color
Monochromatic Colors of #A6FB86
Black with #A6FB86
Text Example
Text Example
White with #A6FB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FB86; }
p { color: rgb(166,251,134); }
H1.HeaderClassName
{
color: #A6FB86;
}
.AnyTagClassName
{
color: #A6FB86;
}
</style>
background-color css
<style>
a { background-color: #A6FB86; }
a { background-color: rgb(166,251,134); }
div.DivClassName
{
background-color: #A6FB86;
}
.BgClassName
{
background-color: #A6FB86;
}
</style>
border-color css
<style>
span { border-color: #A6FB86; }
span { border-color: rgb(166,251,134); }
td.TdClassName
{
border-color: #A6FB86;
}
.TagClassName
{
border-color: #A6FB86;
}
</style>