Shades of Pale Green #A1FB8D
Tints of Pale Green #A1FB8D
RGB
CMYK
RGB Variations
Color information
#A1FB8D (or 0xA1FB8D) is known color: Pale Green. HEX triplet: A1, FB and 8D. RGB value is (161,251,141). Sum of RGB (Red+Green+Blue) = 161+251+141=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FB8D is #5E0472. Grayscale: #D3D3D3. Windows color (decimal): -6161523 or 9304993. OLE color: 9304993.
HSL color Cylindrical-coordinate representation of color #A1FB8D: hue angle of 109.09º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1FB8D is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 141 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.02 |
| HSL | 109.09º | 0.93% | 0.77% | - |
| HSV(B) | 109.09º | 0.44% | 0.98% | - |
| XYZ | 54 | 78.49 | 37.5 | - |
| YUV | 211.55 | 88.18 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 141 | 0.36 | 0 | 0.44 | 0.02 | 109.09 | 0.93 | 0.77 |
| Hex | A1 | FB | 8D | 24 | 0 | 2C | 2 | 6D | 5D | 4D |
| Octal | 241 | 373 | 215 | 44 | 0 | 54 | 2 | 155 | 135 | 115 |
| Binary | 10100001 | 11111011 | 10001101 | 100100 | 0 | 101100 | 10 | 1101101 | 1011101 | 1001101 |
Color Harmonies of #A1FB8D
Complementary color
Monochromatic Colors of #A1FB8D
Black with #A1FB8D
Text Example
Text Example
White with #A1FB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FB8D; }
p { color: rgb(161,251,141); }
H1.HeaderClassName
{
color: #A1FB8D;
}
.AnyTagClassName
{
color: #A1FB8D;
}
</style>
background-color css
<style>
a { background-color: #A1FB8D; }
a { background-color: rgb(161,251,141); }
div.DivClassName
{
background-color: #A1FB8D;
}
.BgClassName
{
background-color: #A1FB8D;
}
</style>
border-color css
<style>
span { border-color: #A1FB8D; }
span { border-color: rgb(161,251,141); }
td.TdClassName
{
border-color: #A1FB8D;
}
.TagClassName
{
border-color: #A1FB8D;
}
</style>