Shades of Pale Green #A8FA98
Tints of Pale Green #A8FA98
RGB
CMYK
RGB Variations
Color information
#A8FA98 (or 0xA8FA98) is known color: Pale Green. HEX triplet: A8, FA and 98. RGB value is (168,250,152). Sum of RGB (Red+Green+Blue) = 168+250+152=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FA98 is #570567. Grayscale: #D6D6D6. Windows color (decimal): -5703016 or 10025640. OLE color: 10025640.
HSL color Cylindrical-coordinate representation of color #A8FA98: hue angle of 110.2º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8FA98 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 152 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.02 |
| HSL | 110.2º | 0.91% | 0.79% | - |
| HSV(B) | 110.2º | 0.39% | 0.98% | - |
| XYZ | 56 | 78.96 | 42 | - |
| YUV | 214.31 | 92.83 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 152 | 0.33 | 0 | 0.39 | 0.02 | 110.2 | 0.91 | 0.79 |
| Hex | A8 | FA | 98 | 21 | 0 | 27 | 2 | 6E | 5B | 4F |
| Octal | 250 | 372 | 230 | 41 | 0 | 47 | 2 | 156 | 133 | 117 |
| Binary | 10101000 | 11111010 | 10011000 | 100001 | 0 | 100111 | 10 | 1101110 | 1011011 | 1001111 |
Color Harmonies of #A8FA98
Complementary color
Monochromatic Colors of #A8FA98
Black with #A8FA98
Text Example
Text Example
White with #A8FA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA98; }
p { color: rgb(168,250,152); }
H1.HeaderClassName
{
color: #A8FA98;
}
.AnyTagClassName
{
color: #A8FA98;
}
</style>
background-color css
<style>
a { background-color: #A8FA98; }
a { background-color: rgb(168,250,152); }
div.DivClassName
{
background-color: #A8FA98;
}
.BgClassName
{
background-color: #A8FA98;
}
</style>
border-color css
<style>
span { border-color: #A8FA98; }
span { border-color: rgb(168,250,152); }
td.TdClassName
{
border-color: #A8FA98;
}
.TagClassName
{
border-color: #A8FA98;
}
</style>