Shades of Pale Green #A8F9A0
Tints of Pale Green #A8F9A0
RGB
CMYK
RGB Variations
Color information
#A8F9A0 (or 0xA8F9A0) is known color: Pale Green. HEX triplet: A8, F9 and A0. RGB value is (168,249,160). Sum of RGB (Red+Green+Blue) = 168+249+160=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F9A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F9A0 is #57065F. Grayscale: #D6D6D6. Windows color (decimal): -5703264 or 10549672. OLE color: 10549672.
HSL color Cylindrical-coordinate representation of color #A8F9A0: hue angle of 114.61º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8F9A0 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 249 | 160 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.02 |
| HSL | 114.61º | 0.88% | 0.8% | - |
| HSV(B) | 114.61º | 0.36% | 0.98% | - |
| XYZ | 56.37 | 78.61 | 45.46 | - |
| YUV | 214.64 | 97.16 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 160 | 0.33 | 0 | 0.36 | 0.02 | 114.61 | 0.88 | 0.8 |
| Hex | A8 | F9 | A0 | 21 | 0 | 24 | 2 | 73 | 58 | 50 |
| Octal | 250 | 371 | 240 | 41 | 0 | 44 | 2 | 163 | 130 | 120 |
| Binary | 10101000 | 11111001 | 10100000 | 100001 | 0 | 100100 | 10 | 1110011 | 1011000 | 1010000 |
Color Harmonies of #A8F9A0
Complementary color
Monochromatic Colors of #A8F9A0
Black with #A8F9A0
Text Example
Text Example
White with #A8F9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F9A0; }
p { color: rgb(168,249,160); }
H1.HeaderClassName
{
color: #A8F9A0;
}
.AnyTagClassName
{
color: #A8F9A0;
}
</style>
background-color css
<style>
a { background-color: #A8F9A0; }
a { background-color: rgb(168,249,160); }
div.DivClassName
{
background-color: #A8F9A0;
}
.BgClassName
{
background-color: #A8F9A0;
}
</style>
border-color css
<style>
span { border-color: #A8F9A0; }
span { border-color: rgb(168,249,160); }
td.TdClassName
{
border-color: #A8F9A0;
}
.TagClassName
{
border-color: #A8F9A0;
}
</style>