Shades of Pale Green #A0FD99
Tints of Pale Green #A0FD99
RGB
CMYK
RGB Variations
Color information
#A0FD99 (or 0xA0FD99) is known color: Pale Green. HEX triplet: A0, FD and 99. RGB value is (160,253,153). Sum of RGB (Red+Green+Blue) = 160+253+153=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FD99 is #5F0266. Grayscale: #D6D6D6. Windows color (decimal): -6226535 or 10091936. OLE color: 10091936.
HSL color Cylindrical-coordinate representation of color #A0FD99: hue angle of 115.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0FD99 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 153 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.01 |
| HSL | 115.8º | 0.96% | 0.8% | - |
| HSV(B) | 115.8º | 0.4% | 0.99% | - |
| XYZ | 55.37 | 80.02 | 42.66 | - |
| YUV | 213.79 | 93.69 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 153 | 0.37 | 0 | 0.40 | 0.01 | 115.8 | 0.96 | 0.8 |
| Hex | A0 | FD | 99 | 25 | 0 | 28 | 1 | 74 | 60 | 50 |
| Octal | 240 | 375 | 231 | 45 | 0 | 50 | 1 | 164 | 140 | 120 |
| Binary | 10100000 | 11111101 | 10011001 | 100101 | 0 | 101000 | 1 | 1110100 | 1100000 | 1010000 |
Color Harmonies of #A0FD99
Complementary color
Monochromatic Colors of #A0FD99
Black with #A0FD99
Text Example
Text Example
White with #A0FD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD99; }
p { color: rgb(160,253,153); }
H1.HeaderClassName
{
color: #A0FD99;
}
.AnyTagClassName
{
color: #A0FD99;
}
</style>
background-color css
<style>
a { background-color: #A0FD99; }
a { background-color: rgb(160,253,153); }
div.DivClassName
{
background-color: #A0FD99;
}
.BgClassName
{
background-color: #A0FD99;
}
</style>
border-color css
<style>
span { border-color: #A0FD99; }
span { border-color: rgb(160,253,153); }
td.TdClassName
{
border-color: #A0FD99;
}
.TagClassName
{
border-color: #A0FD99;
}
</style>