Shades of Pale Green #A0FA9A
Tints of Pale Green #A0FA9A
RGB
CMYK
RGB Variations
Color information
#A0FA9A (or 0xA0FA9A) is known color: Pale Green. HEX triplet: A0, FA and 9A. RGB value is (160,250,154). Sum of RGB (Red+Green+Blue) = 160+250+154=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FA9A is #5F0565. Grayscale: #D4D4D4. Windows color (decimal): -6227302 or 10156704. OLE color: 10156704.
HSL color Cylindrical-coordinate representation of color #A0FA9A: hue angle of 116.25º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0FA9A is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 154 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.02 |
| HSL | 116.25º | 0.91% | 0.79% | - |
| HSV(B) | 116.25º | 0.38% | 0.98% | - |
| XYZ | 54.52 | 78.18 | 42.79 | - |
| YUV | 212.15 | 95.18 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 154 | 0.36 | 0 | 0.38 | 0.02 | 116.25 | 0.91 | 0.79 |
| Hex | A0 | FA | 9A | 24 | 0 | 26 | 2 | 74 | 5B | 4F |
| Octal | 240 | 372 | 232 | 44 | 0 | 46 | 2 | 164 | 133 | 117 |
| Binary | 10100000 | 11111010 | 10011010 | 100100 | 0 | 100110 | 10 | 1110100 | 1011011 | 1001111 |
Color Harmonies of #A0FA9A
Complementary color
Monochromatic Colors of #A0FA9A
Black with #A0FA9A
Text Example
Text Example
White with #A0FA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA9A; }
p { color: rgb(160,250,154); }
H1.HeaderClassName
{
color: #A0FA9A;
}
.AnyTagClassName
{
color: #A0FA9A;
}
</style>
background-color css
<style>
a { background-color: #A0FA9A; }
a { background-color: rgb(160,250,154); }
div.DivClassName
{
background-color: #A0FA9A;
}
.BgClassName
{
background-color: #A0FA9A;
}
</style>
border-color css
<style>
span { border-color: #A0FA9A; }
span { border-color: rgb(160,250,154); }
td.TdClassName
{
border-color: #A0FA9A;
}
.TagClassName
{
border-color: #A0FA9A;
}
</style>