Shades of Pale Green #A0FA95
Tints of Pale Green #A0FA95
RGB
CMYK
RGB Variations
Color information
#A0FA95 (or 0xA0FA95) is known color: Pale Green. HEX triplet: A0, FA and 95. RGB value is (160,250,149). Sum of RGB (Red+Green+Blue) = 160+250+149=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FA95 is #5F056A. Grayscale: #D3D3D3. Windows color (decimal): -6227307 or 9829024. OLE color: 9829024.
HSL color Cylindrical-coordinate representation of color #A0FA95: hue angle of 113.47º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0FA95 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 149 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.02 |
| HSL | 113.47º | 0.91% | 0.78% | - |
| HSV(B) | 113.47º | 0.4% | 0.98% | - |
| XYZ | 54.11 | 78.01 | 40.64 | - |
| YUV | 211.58 | 92.68 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 149 | 0.36 | 0 | 0.40 | 0.02 | 113.47 | 0.91 | 0.78 |
| Hex | A0 | FA | 95 | 24 | 0 | 28 | 2 | 71 | 5B | 4E |
| Octal | 240 | 372 | 225 | 44 | 0 | 50 | 2 | 161 | 133 | 116 |
| Binary | 10100000 | 11111010 | 10010101 | 100100 | 0 | 101000 | 10 | 1110001 | 1011011 | 1001110 |
Color Harmonies of #A0FA95
Complementary color
Monochromatic Colors of #A0FA95
Black with #A0FA95
Text Example
Text Example
White with #A0FA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA95; }
p { color: rgb(160,250,149); }
H1.HeaderClassName
{
color: #A0FA95;
}
.AnyTagClassName
{
color: #A0FA95;
}
</style>
background-color css
<style>
a { background-color: #A0FA95; }
a { background-color: rgb(160,250,149); }
div.DivClassName
{
background-color: #A0FA95;
}
.BgClassName
{
background-color: #A0FA95;
}
</style>
border-color css
<style>
span { border-color: #A0FA95; }
span { border-color: rgb(160,250,149); }
td.TdClassName
{
border-color: #A0FA95;
}
.TagClassName
{
border-color: #A0FA95;
}
</style>