Shades of Pale Green #A0FA9F
Tints of Pale Green #A0FA9F
RGB
CMYK
RGB Variations
Color information
#A0FA9F (or 0xA0FA9F) is known color: Pale Green. HEX triplet: A0, FA and 9F. RGB value is (160,250,159). Sum of RGB (Red+Green+Blue) = 160+250+159=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FA9F is #5F0560. Grayscale: #D4D4D4. Windows color (decimal): -6227297 or 10484384. OLE color: 10484384.
HSL color Cylindrical-coordinate representation of color #A0FA9F: hue angle of 119.34º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FA9F is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 159 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.02 |
| HSL | 119.34º | 0.9% | 0.8% | - |
| HSV(B) | 119.34º | 0.36% | 0.98% | - |
| XYZ | 54.94 | 78.35 | 45.03 | - |
| YUV | 212.72 | 97.68 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 159 | 0.36 | 0 | 0.36 | 0.02 | 119.34 | 0.9 | 0.8 |
| Hex | A0 | FA | 9F | 24 | 0 | 24 | 2 | 77 | 5A | 50 |
| Octal | 240 | 372 | 237 | 44 | 0 | 44 | 2 | 167 | 132 | 120 |
| Binary | 10100000 | 11111010 | 10011111 | 100100 | 0 | 100100 | 10 | 1110111 | 1011010 | 1010000 |
Color Harmonies of #A0FA9F
Complementary color
Monochromatic Colors of #A0FA9F
Black with #A0FA9F
Text Example
Text Example
White with #A0FA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA9F; }
p { color: rgb(160,250,159); }
H1.HeaderClassName
{
color: #A0FA9F;
}
.AnyTagClassName
{
color: #A0FA9F;
}
</style>
background-color css
<style>
a { background-color: #A0FA9F; }
a { background-color: rgb(160,250,159); }
div.DivClassName
{
background-color: #A0FA9F;
}
.BgClassName
{
background-color: #A0FA9F;
}
</style>
border-color css
<style>
span { border-color: #A0FA9F; }
span { border-color: rgb(160,250,159); }
td.TdClassName
{
border-color: #A0FA9F;
}
.TagClassName
{
border-color: #A0FA9F;
}
</style>