Shades of Pale Green #A8FA90
Tints of Pale Green #A8FA90
RGB
CMYK
RGB Variations
Color information
#A8FA90 (or 0xA8FA90) is known color: Pale Green. HEX triplet: A8, FA and 90. RGB value is (168,250,144). Sum of RGB (Red+Green+Blue) = 168+250+144=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FA90 is #57056F. Grayscale: #D5D5D5. Windows color (decimal): -5703024 or 9501352. OLE color: 9501352.
HSL color Cylindrical-coordinate representation of color #A8FA90: hue angle of 106.42º 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 #A8FA90 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 144 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.02 |
| HSL | 106.42º | 0.91% | 0.77% | - |
| HSV(B) | 106.42º | 0.42% | 0.98% | - |
| XYZ | 55.37 | 78.71 | 38.66 | - |
| YUV | 213.4 | 88.83 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 144 | 0.33 | 0 | 0.42 | 0.02 | 106.42 | 0.91 | 0.77 |
| Hex | A8 | FA | 90 | 21 | 0 | 2A | 2 | 6A | 5B | 4D |
| Octal | 250 | 372 | 220 | 41 | 0 | 52 | 2 | 152 | 133 | 115 |
| Binary | 10101000 | 11111010 | 10010000 | 100001 | 0 | 101010 | 10 | 1101010 | 1011011 | 1001101 |
Color Harmonies of #A8FA90
Complementary color
Monochromatic Colors of #A8FA90
Black with #A8FA90
Text Example
Text Example
White with #A8FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA90; }
p { color: rgb(168,250,144); }
H1.HeaderClassName
{
color: #A8FA90;
}
.AnyTagClassName
{
color: #A8FA90;
}
</style>
background-color css
<style>
a { background-color: #A8FA90; }
a { background-color: rgb(168,250,144); }
div.DivClassName
{
background-color: #A8FA90;
}
.BgClassName
{
background-color: #A8FA90;
}
</style>
border-color css
<style>
span { border-color: #A8FA90; }
span { border-color: rgb(168,250,144); }
td.TdClassName
{
border-color: #A8FA90;
}
.TagClassName
{
border-color: #A8FA90;
}
</style>