Shades of Pale Green #A0FC99
Tints of Pale Green #A0FC99
RGB
CMYK
RGB Variations
Color information
#A0FC99 (or 0xA0FC99) is known color: Pale Green. HEX triplet: A0, FC and 99. RGB value is (160,252,153). Sum of RGB (Red+Green+Blue) = 160+252+153=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FC99 is #5F0366. Grayscale: #D5D5D5. Windows color (decimal): -6226791 or 10091680. OLE color: 10091680.
HSL color Cylindrical-coordinate representation of color #A0FC99: hue angle of 115.76º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0FC99 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 153 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.01 |
| HSL | 115.76º | 0.94% | 0.79% | - |
| HSV(B) | 115.76º | 0.39% | 0.99% | - |
| XYZ | 55.06 | 79.39 | 42.56 | - |
| YUV | 213.21 | 94.02 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 153 | 0.37 | 0 | 0.39 | 0.01 | 115.76 | 0.94 | 0.79 |
| Hex | A0 | FC | 99 | 25 | 0 | 27 | 1 | 74 | 5E | 4F |
| Octal | 240 | 374 | 231 | 45 | 0 | 47 | 1 | 164 | 136 | 117 |
| Binary | 10100000 | 11111100 | 10011001 | 100101 | 0 | 100111 | 1 | 1110100 | 1011110 | 1001111 |
Color Harmonies of #A0FC99
Complementary color
Monochromatic Colors of #A0FC99
Black with #A0FC99
Text Example
Text Example
White with #A0FC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC99; }
p { color: rgb(160,252,153); }
H1.HeaderClassName
{
color: #A0FC99;
}
.AnyTagClassName
{
color: #A0FC99;
}
</style>
background-color css
<style>
a { background-color: #A0FC99; }
a { background-color: rgb(160,252,153); }
div.DivClassName
{
background-color: #A0FC99;
}
.BgClassName
{
background-color: #A0FC99;
}
</style>
border-color css
<style>
span { border-color: #A0FC99; }
span { border-color: rgb(160,252,153); }
td.TdClassName
{
border-color: #A0FC99;
}
.TagClassName
{
border-color: #A0FC99;
}
</style>