Shades of Pale Green #A0FC96
Tints of Pale Green #A0FC96
RGB
CMYK
RGB Variations
Color information
#A0FC96 (or 0xA0FC96) is known color: Pale Green. HEX triplet: A0, FC and 96. RGB value is (160,252,150). Sum of RGB (Red+Green+Blue) = 160+252+150=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FC96 is #5F0369. Grayscale: #D5D5D5. Windows color (decimal): -6226794 or 9895072. OLE color: 9895072.
HSL color Cylindrical-coordinate representation of color #A0FC96: hue angle of 114.12º 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 #A0FC96 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 150 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.01 |
| HSL | 114.12º | 0.94% | 0.79% | - |
| HSV(B) | 114.12º | 0.4% | 0.99% | - |
| XYZ | 54.81 | 79.3 | 41.27 | - |
| YUV | 212.86 | 92.52 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 150 | 0.37 | 0 | 0.40 | 0.01 | 114.12 | 0.94 | 0.79 |
| Hex | A0 | FC | 96 | 25 | 0 | 28 | 1 | 72 | 5E | 4F |
| Octal | 240 | 374 | 226 | 45 | 0 | 50 | 1 | 162 | 136 | 117 |
| Binary | 10100000 | 11111100 | 10010110 | 100101 | 0 | 101000 | 1 | 1110010 | 1011110 | 1001111 |
Color Harmonies of #A0FC96
Complementary color
Monochromatic Colors of #A0FC96
Black with #A0FC96
Text Example
Text Example
White with #A0FC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC96; }
p { color: rgb(160,252,150); }
H1.HeaderClassName
{
color: #A0FC96;
}
.AnyTagClassName
{
color: #A0FC96;
}
</style>
background-color css
<style>
a { background-color: #A0FC96; }
a { background-color: rgb(160,252,150); }
div.DivClassName
{
background-color: #A0FC96;
}
.BgClassName
{
background-color: #A0FC96;
}
</style>
border-color css
<style>
span { border-color: #A0FC96; }
span { border-color: rgb(160,252,150); }
td.TdClassName
{
border-color: #A0FC96;
}
.TagClassName
{
border-color: #A0FC96;
}
</style>