Shades of Pale Green #A8FA8C
Tints of Pale Green #A8FA8C
RGB
CMYK
RGB Variations
Color information
#A8FA8C (or 0xA8FA8C) is known color: Pale Green. HEX triplet: A8, FA and 8C. RGB value is (168,250,140). Sum of RGB (Red+Green+Blue) = 168+250+140=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FA8C is #570573. Grayscale: #D5D5D5. Windows color (decimal): -5703028 or 9239208. OLE color: 9239208.
HSL color Cylindrical-coordinate representation of color #A8FA8C: hue angle of 104.73º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8FA8C is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 140 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.02 |
| HSL | 104.73º | 0.92% | 0.76% | - |
| HSV(B) | 104.73º | 0.44% | 0.98% | - |
| XYZ | 55.07 | 78.59 | 37.08 | - |
| YUV | 212.94 | 86.83 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 140 | 0.33 | 0 | 0.44 | 0.02 | 104.73 | 0.92 | 0.76 |
| Hex | A8 | FA | 8C | 21 | 0 | 2C | 2 | 69 | 5C | 4C |
| Octal | 250 | 372 | 214 | 41 | 0 | 54 | 2 | 151 | 134 | 114 |
| Binary | 10101000 | 11111010 | 10001100 | 100001 | 0 | 101100 | 10 | 1101001 | 1011100 | 1001100 |
Color Harmonies of #A8FA8C
Complementary color
Monochromatic Colors of #A8FA8C
Black with #A8FA8C
Text Example
Text Example
White with #A8FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA8C; }
p { color: rgb(168,250,140); }
H1.HeaderClassName
{
color: #A8FA8C;
}
.AnyTagClassName
{
color: #A8FA8C;
}
</style>
background-color css
<style>
a { background-color: #A8FA8C; }
a { background-color: rgb(168,250,140); }
div.DivClassName
{
background-color: #A8FA8C;
}
.BgClassName
{
background-color: #A8FA8C;
}
</style>
border-color css
<style>
span { border-color: #A8FA8C; }
span { border-color: rgb(168,250,140); }
td.TdClassName
{
border-color: #A8FA8C;
}
.TagClassName
{
border-color: #A8FA8C;
}
</style>