Shades of Pale Green #A8FC96
Tints of Pale Green #A8FC96
RGB
CMYK
RGB Variations
Color information
#A8FC96 (or 0xA8FC96) is known color: Pale Green. HEX triplet: A8, FC and 96. RGB value is (168,252,150). Sum of RGB (Red+Green+Blue) = 168+252+150=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FC96 is #570369. Grayscale: #D7D7D7. Windows color (decimal): -5702506 or 9895080. OLE color: 9895080.
HSL color Cylindrical-coordinate representation of color #A8FC96: hue angle of 109.41º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8FC96 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 150 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.01 |
| HSL | 109.41º | 0.94% | 0.79% | - |
| HSV(B) | 109.41º | 0.4% | 0.99% | - |
| XYZ | 56.46 | 80.15 | 41.35 | - |
| YUV | 215.26 | 91.17 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 150 | 0.33 | 0 | 0.40 | 0.01 | 109.41 | 0.94 | 0.79 |
| Hex | A8 | FC | 96 | 21 | 0 | 28 | 1 | 6D | 5E | 4F |
| Octal | 250 | 374 | 226 | 41 | 0 | 50 | 1 | 155 | 136 | 117 |
| Binary | 10101000 | 11111100 | 10010110 | 100001 | 0 | 101000 | 1 | 1101101 | 1011110 | 1001111 |
Color Harmonies of #A8FC96
Complementary color
Monochromatic Colors of #A8FC96
Black with #A8FC96
Text Example
Text Example
White with #A8FC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC96; }
p { color: rgb(168,252,150); }
H1.HeaderClassName
{
color: #A8FC96;
}
.AnyTagClassName
{
color: #A8FC96;
}
</style>
background-color css
<style>
a { background-color: #A8FC96; }
a { background-color: rgb(168,252,150); }
div.DivClassName
{
background-color: #A8FC96;
}
.BgClassName
{
background-color: #A8FC96;
}
</style>
border-color css
<style>
span { border-color: #A8FC96; }
span { border-color: rgb(168,252,150); }
td.TdClassName
{
border-color: #A8FC96;
}
.TagClassName
{
border-color: #A8FC96;
}
</style>