Shades of Pale Green #A0FC9A
Tints of Pale Green #A0FC9A
RGB
CMYK
RGB Variations
Color information
#A0FC9A (or 0xA0FC9A) is known color: Pale Green. HEX triplet: A0, FC and 9A. RGB value is (160,252,154). Sum of RGB (Red+Green+Blue) = 160+252+154=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FC9A is #5F0365. Grayscale: #D5D5D5. Windows color (decimal): -6226790 or 10157216. OLE color: 10157216.
HSL color Cylindrical-coordinate representation of color #A0FC9A: hue angle of 116.33º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0FC9A is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 154 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.01 |
| HSL | 116.33º | 0.94% | 0.8% | - |
| HSV(B) | 116.33º | 0.39% | 0.99% | - |
| XYZ | 55.14 | 79.43 | 43 | - |
| YUV | 213.32 | 94.52 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 154 | 0.37 | 0 | 0.39 | 0.01 | 116.33 | 0.94 | 0.8 |
| Hex | A0 | FC | 9A | 25 | 0 | 27 | 1 | 74 | 5E | 50 |
| Octal | 240 | 374 | 232 | 45 | 0 | 47 | 1 | 164 | 136 | 120 |
| Binary | 10100000 | 11111100 | 10011010 | 100101 | 0 | 100111 | 1 | 1110100 | 1011110 | 1010000 |
Color Harmonies of #A0FC9A
Complementary color
Monochromatic Colors of #A0FC9A
Black with #A0FC9A
Text Example
Text Example
White with #A0FC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC9A; }
p { color: rgb(160,252,154); }
H1.HeaderClassName
{
color: #A0FC9A;
}
.AnyTagClassName
{
color: #A0FC9A;
}
</style>
background-color css
<style>
a { background-color: #A0FC9A; }
a { background-color: rgb(160,252,154); }
div.DivClassName
{
background-color: #A0FC9A;
}
.BgClassName
{
background-color: #A0FC9A;
}
</style>
border-color css
<style>
span { border-color: #A0FC9A; }
span { border-color: rgb(160,252,154); }
td.TdClassName
{
border-color: #A0FC9A;
}
.TagClassName
{
border-color: #A0FC9A;
}
</style>