Shades of Pale Green #A8FAA5
Tints of Pale Green #A8FAA5
RGB
CMYK
RGB Variations
Color information
#A8FAA5 (or 0xA8FAA5) is known color: Pale Green. HEX triplet: A8, FA and A5. RGB value is (168,250,165). Sum of RGB (Red+Green+Blue) = 168+250+165=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 165 (64.84% from 255 or 28.30% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FAA5 is #57055A. Grayscale: #D8D8D8. Windows color (decimal): -5703003 or 10877608. OLE color: 10877608.
HSL color Cylindrical-coordinate representation of color #A8FAA5: hue angle of 117.88º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FAA5 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 165 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.02 |
| HSL | 117.88º | 0.89% | 0.81% | - |
| HSV(B) | 117.88º | 0.34% | 0.98% | - |
| XYZ | 57.13 | 79.41 | 47.91 | - |
| YUV | 215.79 | 99.33 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 165 | 0.33 | 0 | 0.34 | 0.02 | 117.88 | 0.89 | 0.81 |
| Hex | A8 | FA | A5 | 21 | 0 | 22 | 2 | 76 | 59 | 51 |
| Octal | 250 | 372 | 245 | 41 | 0 | 42 | 2 | 166 | 131 | 121 |
| Binary | 10101000 | 11111010 | 10100101 | 100001 | 0 | 100010 | 10 | 1110110 | 1011001 | 1010001 |
Color Harmonies of #A8FAA5
Complementary color
Monochromatic Colors of #A8FAA5
Black with #A8FAA5
Text Example
Text Example
White with #A8FAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FAA5; }
p { color: rgb(168,250,165); }
H1.HeaderClassName
{
color: #A8FAA5;
}
.AnyTagClassName
{
color: #A8FAA5;
}
</style>
background-color css
<style>
a { background-color: #A8FAA5; }
a { background-color: rgb(168,250,165); }
div.DivClassName
{
background-color: #A8FAA5;
}
.BgClassName
{
background-color: #A8FAA5;
}
</style>
border-color css
<style>
span { border-color: #A8FAA5; }
span { border-color: rgb(168,250,165); }
td.TdClassName
{
border-color: #A8FAA5;
}
.TagClassName
{
border-color: #A8FAA5;
}
</style>