Shades of Pale Green #A0FC8F
Tints of Pale Green #A0FC8F
RGB
CMYK
RGB Variations
Color information
#A0FC8F (or 0xA0FC8F) is known color: Pale Green. HEX triplet: A0, FC and 8F. RGB value is (160,252,143). Sum of RGB (Red+Green+Blue) = 160+252+143=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FC8F is #5F0370. Grayscale: #D4D4D4. Windows color (decimal): -6226801 or 9436320. OLE color: 9436320.
HSL color Cylindrical-coordinate representation of color #A0FC8F: hue angle of 110.64º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0FC8F is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 143 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.01 |
| HSL | 110.64º | 0.95% | 0.77% | - |
| HSV(B) | 110.64º | 0.43% | 0.99% | - |
| XYZ | 54.27 | 79.08 | 38.39 | - |
| YUV | 212.07 | 89.02 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 143 | 0.37 | 0 | 0.43 | 0.01 | 110.64 | 0.95 | 0.77 |
| Hex | A0 | FC | 8F | 25 | 0 | 2B | 1 | 6F | 5F | 4D |
| Octal | 240 | 374 | 217 | 45 | 0 | 53 | 1 | 157 | 137 | 115 |
| Binary | 10100000 | 11111100 | 10001111 | 100101 | 0 | 101011 | 1 | 1101111 | 1011111 | 1001101 |
Color Harmonies of #A0FC8F
Complementary color
Monochromatic Colors of #A0FC8F
Black with #A0FC8F
Text Example
Text Example
White with #A0FC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC8F; }
p { color: rgb(160,252,143); }
H1.HeaderClassName
{
color: #A0FC8F;
}
.AnyTagClassName
{
color: #A0FC8F;
}
</style>
background-color css
<style>
a { background-color: #A0FC8F; }
a { background-color: rgb(160,252,143); }
div.DivClassName
{
background-color: #A0FC8F;
}
.BgClassName
{
background-color: #A0FC8F;
}
</style>
border-color css
<style>
span { border-color: #A0FC8F; }
span { border-color: rgb(160,252,143); }
td.TdClassName
{
border-color: #A0FC8F;
}
.TagClassName
{
border-color: #A0FC8F;
}
</style>