Shades of Pale Green #A8FA91
Tints of Pale Green #A8FA91
RGB
CMYK
RGB Variations
Color information
#A8FA91 (or 0xA8FA91) is known color: Pale Green. HEX triplet: A8, FA and 91. RGB value is (168,250,145). Sum of RGB (Red+Green+Blue) = 168+250+145=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 145 (57.03% from 255 or 25.75% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FA91 is #57056E. Grayscale: #D5D5D5. Windows color (decimal): -5703023 or 9566888. OLE color: 9566888.
HSL color Cylindrical-coordinate representation of color #A8FA91: hue angle of 106.86º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8FA91 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 145 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.02 |
| HSL | 106.86º | 0.91% | 0.77% | - |
| HSV(B) | 106.86º | 0.42% | 0.98% | - |
| XYZ | 55.44 | 78.74 | 39.06 | - |
| YUV | 213.51 | 89.33 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 145 | 0.33 | 0 | 0.42 | 0.02 | 106.86 | 0.91 | 0.77 |
| Hex | A8 | FA | 91 | 21 | 0 | 2A | 2 | 6B | 5B | 4D |
| Octal | 250 | 372 | 221 | 41 | 0 | 52 | 2 | 153 | 133 | 115 |
| Binary | 10101000 | 11111010 | 10010001 | 100001 | 0 | 101010 | 10 | 1101011 | 1011011 | 1001101 |
Color Harmonies of #A8FA91
Complementary color
Monochromatic Colors of #A8FA91
Black with #A8FA91
Text Example
Text Example
White with #A8FA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA91; }
p { color: rgb(168,250,145); }
H1.HeaderClassName
{
color: #A8FA91;
}
.AnyTagClassName
{
color: #A8FA91;
}
</style>
background-color css
<style>
a { background-color: #A8FA91; }
a { background-color: rgb(168,250,145); }
div.DivClassName
{
background-color: #A8FA91;
}
.BgClassName
{
background-color: #A8FA91;
}
</style>
border-color css
<style>
span { border-color: #A8FA91; }
span { border-color: rgb(168,250,145); }
td.TdClassName
{
border-color: #A8FA91;
}
.TagClassName
{
border-color: #A8FA91;
}
</style>