Shades of Pale Green #A0F88D
Tints of Pale Green #A0F88D
RGB
CMYK
RGB Variations
Color information
#A0F88D (or 0xA0F88D) is known color: Pale Green. HEX triplet: A0, F8 and 8D. RGB value is (160,248,141). Sum of RGB (Red+Green+Blue) = 160+248+141=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F88D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F88D is #5F0772. Grayscale: #D1D1D1. Windows color (decimal): -6227827 or 9304224. OLE color: 9304224.
HSL color Cylindrical-coordinate representation of color #A0F88D: hue angle of 109.35º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0F88D is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 141 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.03 |
| HSL | 109.35º | 0.88% | 0.76% | - |
| HSV(B) | 109.35º | 0.43% | 0.97% | - |
| XYZ | 52.87 | 76.53 | 37.18 | - |
| YUV | 209.49 | 89.35 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 141 | 0.35 | 0 | 0.43 | 0.03 | 109.35 | 0.88 | 0.76 |
| Hex | A0 | F8 | 8D | 23 | 0 | 2B | 3 | 6D | 58 | 4C |
| Octal | 240 | 370 | 215 | 43 | 0 | 53 | 3 | 155 | 130 | 114 |
| Binary | 10100000 | 11111000 | 10001101 | 100011 | 0 | 101011 | 11 | 1101101 | 1011000 | 1001100 |
Color Harmonies of #A0F88D
Complementary color
Monochromatic Colors of #A0F88D
Black with #A0F88D
Text Example
Text Example
White with #A0F88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F88D; }
p { color: rgb(160,248,141); }
H1.HeaderClassName
{
color: #A0F88D;
}
.AnyTagClassName
{
color: #A0F88D;
}
</style>
background-color css
<style>
a { background-color: #A0F88D; }
a { background-color: rgb(160,248,141); }
div.DivClassName
{
background-color: #A0F88D;
}
.BgClassName
{
background-color: #A0F88D;
}
</style>
border-color css
<style>
span { border-color: #A0F88D; }
span { border-color: rgb(160,248,141); }
td.TdClassName
{
border-color: #A0F88D;
}
.TagClassName
{
border-color: #A0F88D;
}
</style>